mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-10 07:20:22 +08:00
Yarn workspaces: https://yarnpkg.com/lang/en/docs/workspaces/ This prevents the dreaded Invalid Hook call warning: https://reactjs.org/warnings/invalid-hook-call-warning.html
4 lines
69 B
JSON
4 lines
69 B
JSON
{
|
|
"private": true,
|
|
"workspaces": ["reactfire", "sample-simple"]
|
|
} |