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
This can't be solved simply since StructuredClone is a WebAPI function and it's hard to do polyfill on WeChat browser.
I'll add a special check for browser compatibility (i.e. detect WeChat browser) and popup some elegant error message that guides user to open page on REAL browser.
Turns out the structuredClone is a very new standard of WebAPI and there are potentially many browsers that does not support it, I'm considering to apply some polyfilled version of structuredClone in this project.
Describe the bug
Application Crashed with WeChat Browser
To Reproduce
Steps to reproduce the behavior:
Expected behavior
C0VM-ts should expectedly work on a variety of browsers.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: