John Otander

Results 82 comments of John Otander

That fixes it for me (pinning to [email protected]). ``` npm i -S [email protected] ``` As a temp patch, I'll pin the dep in x0 until this get worked out upstream.

I published a temporary fix as `6.0.7`. Please let me know if you see any more issue or this fix doesn't work for you. Thanks for reporting! ❤️

Going to reopen this since I think there is a second issue that @vadimdemedes is seeing. If you get a moment could you please create a minimal repo this error...

Can you elaborate on what you mean? You should be able to add any number of components to the canvas/container. Is it not working for you?

Looking awesome!

Good question! For now, the strategy I'm thinking is to slowly teach the editor about common syntax expressions. Both dynamic and lists of elements would definitely fall into common! With...

That would be great @donaldpipowitch!

Yeah, I'm really perplexed that the `_extends` polyfill isn't being added 🤔. I wonder if it has something to do with the usage of `@babel/template` when injecting `BLOCKS_Root`? https://github.com/blocks/blocks/blob/94f881cfb77f9bb02e9af8aae4b1105de4295a8b/packages/blocks-ui/src/babel-plugins/inject-blocks-root.js#L3-L23

After a bit of digging it's definitely a result of the above `template.ast` call. For whatever reason, `@babel/template` transforms the spread into the polyfilled version but doesn't add the polyfill...

Thanks for opening up this issue, there are plans for both but they haven't been formalized. So, we can do so here! In the near future we should add TypeScript...