mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-02 12:53:08 +00:00
fix(web-chat): unmount relay
This commit is contained in:
parent
a636462c2b
commit
befddb13aa
@ -26,12 +26,7 @@ ReactDOM.render(
|
|||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
<LightNodeProvider
|
<LightNodeProvider
|
||||||
options={NODE_OPTIONS}
|
options={NODE_OPTIONS}
|
||||||
protocols={[
|
protocols={[Protocols.Store, Protocols.Filter, Protocols.LightPush]}
|
||||||
Protocols.Relay,
|
|
||||||
Protocols.Store,
|
|
||||||
Protocols.Filter,
|
|
||||||
Protocols.LightPush,
|
|
||||||
]}
|
|
||||||
>
|
>
|
||||||
<ContentPairProvider contentTopic={CONTENT_TOPIC}>
|
<ContentPairProvider contentTopic={CONTENT_TOPIC}>
|
||||||
<App />
|
<App />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user