- Issue created by @balintbrews
- 🇳🇱Netherlands balintbrews Amsterdam, NL
The current changes in the MR fix the problem, but only without
React.StrictMode
(can be removed insrc/main.tsx
).React.StrictMode
renders every component twice, and that must be causing a race condition. This will only affect the app in development mode, but it's still a bug we need to fix.