marko-js / tags

Not quite core components.
MIT License
22 stars 11 forks source link

fix: changed subscribe transformer to have same client/server code #40

Closed agliga closed 3 years ago

agliga commented 3 years ago

Scope

There is a cache issue where transformers would run compile on server and then not compile on browser again. So fixed subscribe to do a check if it's running in the browser in order to get the to attribute.

Checklist: