Chris Shepherd

Results 12 comments of Chris Shepherd
trafficstars

This could possibly be related to https://github.com/RobLoach/node-raylib/issues/87#issuecomment-849488475.

> What's outstanding for this to be merged? The checkboxes in the description are up to date. More importantly, I still need some guidance from the CRA team around whether...

I don't generally use CRA anymore but I've updated this for people who need it. It seems like a lot of tests in the repo don't get run now and...

I've left a comment on #7816. I had a play with it and found the problem.

I've managed to mock modules using `inject-loader` (https://github.com/plasticine/inject-loader) before in Webpack.

@Primajin I just used `inject-loader` instead of `mockery`. If you don't want to do that you could just run your tests outside of webpack with the mocha/jasmine CLI.

I don't think there is anything stopping you from doing this with the current API. You don't just have to pass IDs to the DataLoader; it can be anything you...

@SteffenL I did a bit more research and I've come up with something better I think. Backwards compatibility is now preserved and the consumer has the option to return a...

GitHub Discussions is available on all public repositories now.

Yeah, of course I'll accept PRs. This should work: ``` javascript ShallowRenderer.findAllWithType(component, TestTwo) ``` There's not much documentation on the shallow rendering stuff but in the rendered tree it gives...