react-live
react-live copied to clipboard
A flexible playground for live editing React components
Not so much an "issue", but since Discussions isn't enabled on this repo, to the issues I go! I was using `react-live` in Docusaurus and components that I was rendering...
With, `npm ls react` you can see `[email protected]` is **not deduped**, and everything else is on `[email protected]` ``` ... ├─┬ [email protected] │ └── [email protected] deduped ... ├─┬ [email protected] (...same issue...
Getting this classic gem w/next.js: ``` Error: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the...
why? 
When attempting to split a string using the `...` spread syntax, the behaviour is not consistent with JS specification: ```js const slicedPizza = [...'pizza']; console.log(slicedPizza); // expected ['p', 'i', 'z',...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 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 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...