react-dat-gui icon indicating copy to clipboard operation
react-dat-gui copied to clipboard

React dat.GUI

Results 34 react-dat-gui issues
Sort by recently updated
recently updated
newest added

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

The example code doesn't work with the error below. ``` Module not found: Package path ./dist/index.css is not exported from package /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui (see exports field in /Users/wajiwaji/dev/livestream/react-dat-gui/example/node_modules/react-dat-gui/package.json) > 1 |...

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @​barak007). Fixed docs (by @​roelandmoors)....

dependencies

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Spent hours digging into issue with Slider not working properly and throwing the error `TypeError: Cannot read property 'getBoundingClientRect' of null` It would lose its sliderRef.current. In the end it...

I'm getting the following error when running this in NextJS. I'm using the following config. ``` Server Error Error: No "exports" main resolved in /Users/.../node_modules/react-dat-gui/package.json This error happened while generating...

``` TypeError _typeof is not a function ``` I tried to fix it on my own but could not. The demo i'm referring to is the one linked in the...