mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-05-05 10:03:08 +00:00
accept undefined node, handle empty message case
This commit is contained in:
parent
c536d9abda
commit
450418db23
@ -1,5 +1,10 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
import type { IDecodedMessage, IDecoder, IFilter, Waku } from "@waku/interfaces";
|
import type {
|
||||||
|
IDecodedMessage,
|
||||||
|
IDecoder,
|
||||||
|
IFilter,
|
||||||
|
Waku,
|
||||||
|
} from "@waku/interfaces";
|
||||||
|
|
||||||
import type { HookState } from "./types";
|
import type { HookState } from "./types";
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user