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
Cannot read properties of null (reading 'useReducer')
The issue seems to be that we're no longer importing something from aleph/react, I didn't dig further. As soon as something imports that module we're good again.
Initially I thought the issue was caused by removing _app.tsx, but I think it comes down to the same cause as described above.
The text was updated successfully, but these errors were encountered:
webpro
changed the title
Removing _app.tsx breaks build
Not importing aleph/react breaks the build
Apr 29, 2023
Steps to reproduce:
Everything still fine. Now replace
routes/index.tsx
with this:Find this error in the browser:
The issue seems to be that we're no longer importing something from
aleph/react
, I didn't dig further. As soon as something imports that module we're good again.Initially I thought the issue was caused by removing
_app.tsx
, but I think it comes down to the same cause as described above.The text was updated successfully, but these errors were encountered: