Ryan Christian

Results 344 comments of Ryan Christian

This feels like something they should support, I'm apprehensive about adding per-package manager instructions too, on top of the build tool selection.

I'd still say this is better addressed in a bug report to Yarn, but if you wanted to add a footnote to the aliasing in Node section for Yarn, I'd...

Test failure is due to differing paths in comments in SSR bundle. Need to think on that, don't really want to do too much fiddling with bundles to normalize, but...

This is an issue in Webpack v4, without any real solution for the time being: https://github.com/webpack/webpack/issues/10227 Essentially, as you've raised the browserlist targets so that optional chaining isn't transpiled out,...

Looks to be using `NaN` in a dependency array, might be related to https://github.com/preactjs/preact/pull/3954 --- Edit: Can confirm, `preact/debug` (correctly) throws an error upon encountering this, as it is not...

> Its fix for 1.2.1 version, because its most stable one and for now the only one working in react native. Am I understanding you correctly in that this is...

Sorry for the delay, just been incredibly busy and missed this. I created a new branch from `1.2.2` and switched this to target it. ~~You might want to take a...

The CI being limited to PRs against `main` is one way to fix the issue 😂

Thanks for the PR! Did you check that the types work correct? I don't think they would, as `IntriniscAttributes` needs to have `RouteableProps` else something like this wouldn't work: ``....