react-snowfall
react-snowfall copied to clipboard
A high performance, canvas based react component that creates a snowfall effect
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
Bumps [loader-utils](https://github.com/webpack/loader-utils) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies needed to be updated together. Updates `loader-utils` from 2.0.2 to 2.0.3 Release notes Sourced from loader-utils's releases. v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.15.0. Changelog Sourced from terser's changelog. v5.15.0 Basic support for ES2022 class static initializer blocks. Add AudioWorkletNode constructor options to domprops list (#1230) Make identity...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.8. Release notes Sourced from ejs's releases. v3.1.8 Version 3.1.8 v3.1.7 Version 3.1.7 Commits 5126ff5 Version 3.1.8 7d5a1c6 Merge branch 'main' of github.com:mde/ejs into main...
ERROR Target container is not a DOM element. at Object.render (http://localhost:3003/static/js/bundle.js:31465:15) at App (http://localhost:3003/main.3b49550e53b6958dfaea.hot-update.js:28:42) at renderWithHooks (http://localhost:3003/static/js/bundle.js:20018:22) at mountIndeterminateComponent (http://localhost:3003/static/js/bundle.js:23302:17) at beginWork (http://localhost:3003/static/js/bundle.js:24598:20) at HTMLUnknownElement.callCallback (http://localhost:3003/static/js/bundle.js:9614:18) at Object.invokeGuardedCallbackDev (http://localhost:3003/static/js/bundle.js:9658:20) at...
I am running npm 10.2.4, react 18.2.0 and react-snowfall 2.1.0. Error is: ERROR in ./node_modules/react-snowfall/lib/Snowfall.js 2:0-50 Module not found: Error: Can't resolve './SnowfallCanvas' in 'C:....client\node_modules\react-snowfall\lib' Did you mean 'SnowfallCanvas.js'? BREAKING...
The current implementation of the snow animation component only renders within the bounds of the screen height. The animation disappears after scrolling past the screen height. This behaviour limits the...