-
Is this something you plan on leveraging?
-
### What kind of issue is this?
- [ ] React Compiler core (the JS output is incorrect, or your app works incorrectly after optimization)
- [ ] babel-plugin-react-compiler (build issue installing or u…
-
### Describe the Bug
I created a brand-new app and connected to a Vercel-managed Postgres instance. I opened the admin panel and clicked the seed button. Seeding fails with this error while adding th…
-
Need to add a Jest, Vite, React support needs to be added first. Currently app is using react-form-hook, react-query-hook and navigation so need to help to setup the unit test for bery basic render of…
-
Line 46: React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render.
please explain.
-
What about using the hooks API instead of class components and HOCs?
https://reactjs.org/docs/hooks-intro.html
-
~~~~~~~~
../core/src/components/taskbar/menus/UtilMenu.tsx:9:2
9 children: ReactNode;
~~~~~~~~ …
-
Versions: all
Severity: low
## What
When imported in a TypeScript environment, `eslint-plugin-react-hooks` throws a "missing type declarations" error.
![image](https://github.com/facebook/…
-
**Motivation**
Storing the token as a URI param will make it much more manageable and easier to access (React Router / Remix has a hook `useSearchParams` that can do just that) throughout the app rat…
-