Travis Fischer
Travis Fischer
> If your documentation tool reads the .ts files, then it's perfectly acceptable to extract the parameter default values from the source code. But then you wouldn't need any help...
:+1: running into this exact issue as well.
I would recommend using this instead as it will work with any future react versions: ``` "peerDependencies": { "react": ">=16" }, ```
Until this gets merged, if anyone wants a workaround, you can use `@fisch0920/use-dark-mode` from my fork here https://github.com/transitive-bullshit/use-dark-mode It will work with React 17 and 18.
Until #68 gets merged, if anyone wants a workaround, you can use `@fisch0920/use-dark-mode` from my fork here https://github.com/transitive-bullshit/use-dark-mode It will work with React 17 and 18.
@noraj's comments are on point. Really interested in using this project, but the default v4 demo doesn't include **search** or **scroll spy** which seem like they should be enabled by...
Thank you for the quick response @gre. For anyone else wanting this type of functionality without constantly blending in shaders, [here](https://gist.github.com/fisch0920/13022a12b616fddf7da6c32afaaebf16) is a composite component I wrote that composites all...
I agree this should be a `gl-react` primitive. I'd go with `Layer` singular as it's one fbo surface with multiple child nodes. There's a precedent we can learn from in...
This is a great suggestion & would make a straightforward first PR 💯 Thanks 😄
@bodymovin these are excellent points -- excited to test some of these possibilities out once I find some free time. 💯