David Bismut
David Bismut
This is critical I think. Not to mention that I found that using collection-helpers makes a document not serializable and therefore cannot be properly used by quickForm in editing mode:...
Hey. I'm new to Infinite and not an expert, but I'm running into the same issue. My guess is that you're using ReactCSSTransitionGroup as a the only direct child of...
Ok well. It looks like adding a slash `/` before the file name solves the double insertion issue as in: ``` js Router.route('admin', { path: '/admin', controller: PreloadController, preload: {...
Changing the issue title since `sync` not working is a a major issue when dealing with templates compiled with [Lazy Bundles](https://github.com/numtel/meteor-lazy-bundles/): `Iron:router` needs to wait for the template to be...
Ok so here is one workaround I think works in my case, using a reactive Session variable: ``` js AdminController = PreloadController.extend({ layoutTemplate: 'adminLayout', preload: { styles: ['/semantic/semantic.css', '/admin/admin.css'], async:...
Are you testing on desktop or mobile? On desktop I stopped having hydration errors. On mobile there's the little section button on the bottom right that causes a SSR error...
Sorry I commented on the wrong thread, I'll hide all this for clarity
Hi @jeroenkroese thanks for the PR. Unfortunately I don't have a lot of time to dedicate to OSS atm. What's the benefit of this vs using the `transform` option beyond...
Content stays in Firefox for me but I still see the error, thanks for the heads up I'll see if I can fix this.
Hydration errors, the best!