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 would be really useful to directly serve the generated Ellie app without any of the editor chrome surrounding it. In other words a link that serves the generated Ellie app directly at the top level of the document, without an iframe.
Codepen has this functionality via a /debug/ link that serves the app at the top level without any of the editor wrappers or iframes.
One reason for this is that some extensions can interfere with Elm apps but if the app is in an iframe that gets rendered after the initial page load that can make it impossible to reproduce the errors one would otherwise get in a top-level Elm app.
The text was updated successfully, but these errors were encountered:
It would be really useful to directly serve the generated Ellie app without any of the editor chrome surrounding it. In other words a link that serves the generated Ellie app directly at the top level of the document, without an iframe.
Codepen has this functionality via a
/debug/
link that serves the app at the top level without any of the editor wrappers or iframes.https://cdpn.io/pen/debug/abcdef?authentication_hash=ghijklmnop
Motivation
One reason for this is that some extensions can interfere with Elm apps but if the app is in an iframe that gets rendered after the initial page load that can make it impossible to reproduce the errors one would otherwise get in a top-level Elm app.
The text was updated successfully, but these errors were encountered: