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
It will do a request to /iframes/monaco/assets/index-z9jPtVTR.js (or other hash) which is not in built the SPA
With a server that respect the _redirect file
The iframe's assets are not found, so redirected to the index page, which will load Monaco in an iframe where the assets are not found, so redirect to the index page ...
The text was updated successfully, but these errors were encountered:
Describe the bug
Monaco is causing an infinite iframe recursion
To Reproduce
I did a repository to isolate and reproduce the problem :
https://gitlab.com/pinage404/slidev_with_monaco/-/blob/main/slides.md
Steps to reproduce the behavior:
monaco: true
slidev build
_redirect
fileYour memory will be eaten until crash or kill
Desktop (please complete the following information):
Possible cause :
slidev build
/iframes/monaco/assets/index-z9jPtVTR.js
(or other hash) which is not in built the SPAWith a server that respect the
_redirect
fileThe iframe's assets are not found, so redirected to the index page, which will load Monaco in an iframe where the assets are not found, so redirect to the index page ...
The text was updated successfully, but these errors were encountered: