You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kelreel do you have a url for the app you could share? a github repo would also be great. We'll need to see the full App.tsx to see how the imports are written.
To answer your question about using the DriftClient in the browser: yes it should work in the browser.
I can't use sdk in a browser environment with React & Vite.
You can also try to try to make app from
vite-react-typescript
template and catch the following errors:The following error occurs here:
With excluded Vite optimized deps:
Seems like Node dependencies still exists in sdk browser version.
I also plan to use the
DriftClient
in the browser, do you think it will work? 😅The text was updated successfully, but these errors were encountered: