Hi,
Using "@ldo/solid-react": "^1.0.0-alpha.51" with a Next/react app.
When using the BrowserSolidLdoProvider in a page, I get the following error on the console:
⨯ ReferenceError: SharedWorker is not defined
at ignore-listed frames {
digest: '745045082'
}
My guess is that the BrowserSolidLdoProvider component should be declared as client (use client) so it can resolve the browser SharedWorker.
Hi,
Using
"@ldo/solid-react": "^1.0.0-alpha.51"with a Next/react app.When using the
BrowserSolidLdoProviderin a page, I get the following error on the console:My guess is that the
BrowserSolidLdoProvidercomponent should be declared as client (use client) so it can resolve the browserSharedWorker.