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