mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-01-03 06:33:07 +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 type { IDecodedMessage, IDecoder, IFilter, Waku } from "@waku/interfaces";
|
||||
import type {
|
||||
IDecodedMessage,
|
||||
IDecoder,
|
||||
IFilter,
|
||||
Waku,
|
||||
} from "@waku/interfaces";
|
||||
|
||||
import type { HookState } from "./types";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user