Frank van Wijk

Results 26 comments of Frank van Wijk

In hindsight I see that a duplicate was opened 2 weeks later: https://github.com/wallabyjs/public/issues/2510 I have core version v1.0.1379, so I would expect to see the component being logged

Now you have write access.

I'm sorry, @skwakman and @dmarjenburgh were the only maintainers, but the project is abandoned some time ago. As repo admin I will archive it. No code will be merged because...

Alternatively instead of merging, you could make the original pageContext available on the error's `pageContext.originalPageContext`.

This also happens with `.vue` files that have ``. As workaround remove the lang attribute (but then syntax highlighting breaks). Or fix it by setting the webpack config yourself: ```...

I agree with the OP. The current implementation seems like a signalR hub connection hidden the React component tree by means of a Provider, but the Context/Provider pattern isn't fully...