-
-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the vite-tinybase-react starter -which is using 4.3.10- and wrapping the <App /> with <StrictMode>, the UI responds to interactions. When upgrading tinybase to latest 4.3.23, the UI stops responding.
I narrowed down the break at version 4.3.22, version 4.3.21 still works.
Your Example Website or App
https://stackblitz.com/~/github.com/feychenie/tinybase-strict-mode-issue
Steps to Reproduce the Bug or Issue
- install the
vite-tinybase-reactexamplenpx degit tinyplex/vite-tinybase-react my-tinybase-app - install the dependancies
- check in
package-lock.jsonthat tinybase is at version 4.3.10 - in
index.jsx, wrap<App />with<StrictMode> - run the app, everything should be working fine
- update
tinybaseto 4.3.22 - run the app, the UI is now unresponsive to interactions
- downgrade to 4.3.21, the UI is now responsive again (make sure to lock the version)
Repro repo:
- the changes to do are in this commit: feychenie/tinybase-strict-mode-issue@3269308
- running repro on stackblitz: https://stackblitz.com/~/github.com/feychenie/tinybase-strict-mode-issue
Expected behavior
No response
Screenshots or Videos
No response
Platform
- OS: macOS
- Browser: Brave (chromium)
- Version: tinybase 3.2,22
Additional context
No response
rob-gordon
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working