mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-05 19:53:51 +00:00
fix(web-chat): unmount relay
This commit is contained in:
parent
a636462c2b
commit
befddb13aa
@ -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