accept undefined node, handle empty message case

This commit is contained in:
Sasha 2023-02-23 00:44:10 +01:00
parent c536d9abda
commit 450418db23
No known key found for this signature in database

View File

@ -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";