David Marr

Results 66 comments of David Marr

Thanks, I hadn't seen that syntax before. Specifically passing children to the RenderForm. Is that something supported in 0.12? I am running into an issue where I'd like to format...

Is there an issue with the github actions @domoritz ? I'm getting failure on the first interaction step. Thanks

Is there an issue with the github actions @domoritz ? I'm getting failure on the first interaction step. Thanks

@domoritz I added the token, hopefully it is set up correctly.

@domoritz any chance we can come back to this one?

After a discord chat with Daniel, I see that the route middleware won't be able to redirect without a FQDN and the external flag passed to `navigateTo`. This applies when...

On a related note, it seems navigating from plugins doesn't guarantee that the page won't be displayed. Ie, is there a way to have route middleware that prevents the page...

Interesting approach @ianbytchek. I was running into a similar issue around require.context when trying to run mocha tests on the browser. The command I ran was `node node_modules/enhanced-require/bin/enhanced-require.js "mocha\!./test/index.js"` and...

Not sure if its related but the react-redux-starter-kit has a fix in place which uses `ExtractTextPlugin` to bundle css in non-dev mode, due to the `publicPath` being set to the...

Did you figure this out? I'm having the same issue..