Cody Bennett
Cody Bennett
I've had to disable ESLint for now in 9969c6c056597b01886860a31205b82c884b7a37. Something is breaking in Jest's or ESLint's module resolver to not use `__filename` for `import.meta.url`.
This is effectively what the hook does and how I implemented it in [react-nylon](https://github.com/CodyJasonBennett/react-nylon): ```ts function useDeferredValue(value: T): T { const [deferredValue, setDeferredValue] = useState(value) useEffect(() => startTransition(() => setDeferredValue(value)),...
Related: https://github.com/Idered/eslint-plugin-tailwind/issues/21. It does not list ESLint 8.x in its peer deps range. [`eslint-plugin-tailwindcss`](https://npmjs.com/eslint-plugin-tailwindcss) might be worth switching to. With NPM, you can use the `--legacy-peer-deps` to ignore it or...
I'd be happy to accept a PR. We could use some work on interactions, and I'd have to concur as to why.
Shared this in Discord for a question, but this is a straight ahead port -- https://codesandbox.io/s/sobel-effect-postprocessing-meyq7m. This doesn't look optimized at all though. I can try my hand at a...
I would always ask the author beforehand since the lack of a license means you have no rights to it (e.g. ShaderToy), but you can safely assume MIT license for...
> I assume this is because of some wrong interpretation of the string encoding (e.g. UTF8 vs ASCII). I'm pretty sure this assumption is correct, and consequently, I'm inclined to...
> If you decide to revert the changes maybe there should also be an Error throwing if a part is Uint8Array similar to the "old" check for ArrayBuffer. I'm not...
Does this work on v8? What's the cause of this discrepancy if we haven't changed events, but only internal reconciler code?
We can only assume that imperative children are fully dynamic, so we can't rely on any of their properties to persist with time. I believe this issue was lost in...