Univer Sheet - UI Not Viewable #3600
-
Hello, I have updated the Univer packages in my project from v0.1.17 to v0.2.15, however the Univer Sheet is no longer viewable on my webpage. Upon loading, the spreadsheet appears for a split second before vanishing again. I realize there have been several updates in the time between v0.1.17 and v0.2.15, but is there anything that I could have missed that might cause this problem? I appreciate any and all guidance I can receive to resolve this problem! Thank you! package.json
UniverSheet/index.tsx
Usage on react page: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
To help us understand the issue, could you please create a minimal reproducible example on a platform like CodeSandbox or StackBlitz? This will allow us to see the problem in action and provide more specific guidance. |
Beta Was this translation helpful? Give feedback.
-
Hi @tannerTurba, Even I face this issue and commenting univerRef.current?.dispose(); this line helped. Hope it helps you too. |
Beta Was this translation helpful? Give feedback.
Hi @tannerTurba,
Even I face this issue and commenting univerRef.current?.dispose(); this line helped. Hope it helps you too.