arggh

Results 97 comments of arggh

I'm trying to build a component browser (like Chromatic or Storybook) for Blaze and ViewModel, which is why I hope for ViewModel to work inside `IFRAME`.

Other weirdness probably related to using an IFRAME. Seems I cannot access a component's value by reference from a helper, like so: ```handlebars {{> component ref='childComponent' }} {{valueFromChild}} ``` ```js...

This is great and it seems to fix the issue, thanks! I'll try to build a repro for the referencing issue.

I'm reopening this since there's still something funny going on with IFRAME's. In certain scenarios, ViewModel somehow "mangles" Objects in a way I do not quite understand. Suddenly for example...

You should probably initialize Summernote with a callback that updates your vm property, approximately like so: ```js Template.editor.viewmodel({ myText: '', onRendered() { this.editorElement.summernote({ // $('#myEditorDiv').summernote(... callbacks: { onChange: (contents) {...

This issue is literally the only thing preventing me from switching over to Zed. > I'm having the same issue, exasperated by us using a monorepo in which you can...

Sure, I'll try to work in a PR. Do you have an idea how this option should be specified?

> I see on your screenshot before exception it throws can't render undefined, any idea why? Because the template it's trying to render hasn't been imported yet, due to the...

It's pretty obvious but I'll still mention this: if you access route `/b` directly first, the template gets dynamically imported and the error no longer appears. So to reproduce, you...

Here are screen captures from Safari & Firefox: Safari 12.1: ![safari](https://user-images.githubusercontent.com/17210302/58171201-19bcee80-7c9e-11e9-806f-9ca9752ca65f.gif) Firefox 67: ![firefox](https://user-images.githubusercontent.com/17210302/58171209-1f1a3900-7c9e-11e9-99d7-4c9c885c7703.gif) (the screen capture in first post was on Chrome 74)