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
Not sure when this was introduced but no matter what URL is used to open the REPL, it is always replaced with the default example. This severely limits its usefulness for communicating code samples.
The text was updated successfully, but these errors were encountered:
lukastaegert
changed the title
REPL no loader keeps address bar in sync with code
REPL does not keep address bar in sync with code
Jan 26, 2018
lukastaegert
changed the title
REPL does not keep address bar in sync with code
REPL ignores "shareable" in URL but always loads default example
Jan 26, 2018
Current findings:
The preload function in routes/repl/index.html always receives an empty query object on the client no matter what is entered into the address bar. On the server when doing SSR, the address seems to be read properly but this is apparently ignored/overwritten by the client.
Not sure when this was introduced but no matter what URL is used to open the REPL, it is always replaced with the default example. This severely limits its usefulness for communicating code samples.
The text was updated successfully, but these errors were encountered: