marko-js / marko

A declarative, HTML-based language that makes building web apps fun
https://markojs.com/
MIT License
13.37k stars 644 forks source link

Try online fails to resolve render-tag #1652

Closed jpeg729 closed 3 years ago

jpeg729 commented 3 years ago

Marko Version: presumably the latest

the one on https://markojs.com/try-online/

Details

I opened https://markojs.com/try-online/

Expected Behavior

I expected to be able to see/modify code and see the results running live

Actual Behavior

It fails to compile saying : Uncaught Error: Unable to resolve "marko/src/runtime/helpers/render-tag" from "/pages/index.marko".

Additional Info ### Stack Trace index.marko:164 Uncaught Error: Unable to resolve "marko/src/runtime/helpers/render-tag" from "/pages/index.marko". at Ot (rollup.browser.js:11) at ia (rollup.browser.js:11) at Object.error (rollup.browser.js:11) at Object.resolveId (memfs.js:12) at rollup.browser.js:11
ryansolid commented 3 years ago

Thanks for pointing this out. We are just in the middle of moving things over for upcoming Marko 5 release and it seems some links are broken. We hope to have this all up and working shortly.

DylanPiercey commented 3 years ago

Fixed now, thanks for alerting us 😄 !