Max Liu
06/06/2022, 12:28 PMfrontend
folder, and this instruction to add the before_build hook. However, the seed complains that it cannot find the frontend
folder. And this is what I got when I run ls
as the before_build hook, there is no frontend folder there… Could someone pls help me with this?Max Liu
06/06/2022, 12:42 PM"workspaces": [
"backend"
]
Do you think that might cause the problem? 🤔Max Liu
06/06/2022, 12:43 PMfrontend
folder to the /tmp/seed/source
Max Liu
06/06/2022, 1:01 PMError: Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
1. You might have mismatching versions of React and the renderer (such as React DOM)
2. You might be breaking the Rules of Hooks
3. You might have more than one copy of React in the same app
Frank