mike douges
mike douges
Oh of course, the args prop 😅. Thanks Krispy for the examples. I don't think we can effectively lint the hooks outside of canvas flow, it would be better for...
no-clone-in-loop and no-new-in-loop have been merged: https://github.com/pmndrs/react-three-fiber/pull/2710 Picking up no-fast-state next.
Ah yep! Will do next time.
@CodyJasonBennett I'm thinking to remove no-hooks-outside-of-canvas and use-array-args from the RFC as they can be covered by dev runtime checks/TypeScript types. Is there anything there that would benefit from static...
Working here for the no-fast-state rule https://github.com/pmndrs/react-three-fiber/pull/2724/files#diff-68afedcc7ac7e2c951dd7e84dde7c1e1a55ae8e12d275d5ca88308a3c4dace87 For the use/start transition point can you give example code that would be OK? Also thinking about more rules from the pitfalls page:...
When we say safe polling case I assume we're talking about setting state with a guard, so even though there is state being set in the frame loop/set interval it...
Could be a config option for sure.
Happy to have a pull request fixing things up! Unfortunately I won't have time to fix things.
I have this problem as well. What's the go for deno to type check these properly? Is it that vite needs to be taught about npm specifiers and currently it's...
Ah interesting, using import maps does work for me. Thanks! I suppose that's one solution for now (ignoring the auto complete issue).