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
But it seems that in the latest very next version it breaks #89
Alternative which I found : https://viewer.textea.io/ but tells you to add @mui/material @emotion/react @emotion/styled as dependencies :( don't know if its worth it
The text was updated successfully, but these errors were encountered:
Description :
It seems that the package we are using to show IPFS upload JSON data on UI seems not be maintained anymore and has some problem with SSR
We got away with the issue of SSR by using
next/dynamic
import:se-2-challenges/packages/nextjs/pages/ipfsUpload.tsx
Line 9 in a84c35a
As it was suggested here -> mac-s-g/react-json-view#121 (comment)
But it seems that in the latest very next version it breaks #89
Alternative which I found : https://viewer.textea.io/ but tells you to add
@mui/material @emotion/react @emotion/styled
as dependencies :( don't know if its worth itThe text was updated successfully, but these errors were encountered: