This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
RecoilRoot doesn't have children attribute #1717
Labels
Comments
Same issue with React-Query. React-Query Issue #3476. It seems Recoil does not support it yet. Will it be any update? |
It's added in #1718, waiting for a fix on that now. I expect a patch release for this. |
Here is some info on the @types/react 18 upgrade and the breaking change related to the |
Published 0.7.1 |
AlexGuz23
pushed a commit
to AlexGuz23/Recoil
that referenced
this issue
Nov 3, 2022
Summary: Fixes facebookexperimental/Recoil#1717 Since types/react v18, Implicit `children` was removed from `React.FC`. This change works for types/react v18 and earlier. DefinitelyTyped/DefinitelyTyped#56210 Pull Request resolved: facebookexperimental/Recoil#1718 Reviewed By: drarmstr Differential Revision: D35501855 Pulled By: mondaychen fbshipit-source-id: cf469b96a5220966718270e43e3f0503e144acf3
constanzauanini
referenced
this issue
in terraware/terraware-web
Jan 4, 2023
snipershooter0701
pushed a commit
to snipershooter0701/Recoil
that referenced
this issue
Mar 5, 2023
Summary: Fixes facebookexperimental/Recoil#1717 Since types/react v18, Implicit `children` was removed from `React.FC`. This change works for types/react v18 and earlier. DefinitelyTyped/DefinitelyTyped#56210 Pull Request resolved: facebookexperimental/Recoil#1718 Reviewed By: drarmstr Differential Revision: D35501855 Pulled By: mondaychen fbshipit-source-id: cf469b96a5220966718270e43e3f0503e144acf3
eagle2722
added a commit
to eagle2722/Recoil
that referenced
this issue
Sep 21, 2024
Summary: Fixes facebookexperimental/Recoil#1717 Since types/react v18, Implicit `children` was removed from `React.FC`. This change works for types/react v18 and earlier. DefinitelyTyped/DefinitelyTyped#56210 Pull Request resolved: facebookexperimental/Recoil#1718 Reviewed By: drarmstr Differential Revision: D35501855 Pulled By: mondaychen fbshipit-source-id: cf469b96a5220966718270e43e3f0503e144acf3
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It stopped working after release of @types/react v18,
FC doesn't have implicit children anymore.
The text was updated successfully, but these errors were encountered: