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
Could not reproduce in production mode by running yarn build && yarn preview.
Error
Warning: usePreloadedQuery(): Expected preloadedQuery to not be disposed yet. This is because disposing the query marks it for future garbage collection, and as such query results may no longer be present in the Relay store. In the future, this will become a hard error.
Layout@http://localhost:9999/src/components/Layout.mjs:101:18
RelayRouter$RouteComponent@http://localhost:9999/router/RelayRouter.mjs:178:3
RelayRouter$RouteRenderer@http://localhost:9999/router/RelayRouter.mjs:182:23
ErrorBoundary@http://localhost:9999/node_modules/.vite/deps/@rescript_react_src_RescriptReactErrorBoundary_mjs.js?v=0d390227:12:16
App
ErrorBoundary@http://localhost:9999/node_modules/.vite/deps/@rescript_react_src_RescriptReactErrorBoundary_mjs.js?v=0d390227:12:16
Suspense
RescriptRelay$Context$Provider@http://localhost:9999/node_modules/.vite/deps/rescript-relay_src_RescriptRelay_mjs.js?v=0d390227:353:21
Main@http://localhost:9999/src/Main.mjs:11:21
The text was updated successfully, but these errors were encountered:
Steps to reproduce
/
/todos
Could not reproduce in production mode by running
yarn build && yarn preview
.Error
The text was updated successfully, but these errors were encountered: