Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ingore react-invalid-hook-call on SSR
The plain Component(props) doesn't support hooks on ssr, so the prepare method will crash if a component use hooks. This doesn't matter as long as we don't use hooks before using prepare(). THen the warning can be ignored.
- Loading branch information