Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade modules to support react18 * fix: declare a children as a props VFC is get obsolete and now FC is it * fix: fix react typing error React says, the child of `ReactPortal` should be ReactNode ``` Type 'FunctionComponentElement<never>' is not assignable to type 'ReactNode'. Property 'children' is missing in type 'FunctionComponentElement<never>' but required in type 'ReactPortal'.ts(2322) ``` * fix(test): recent way to fire dom event in the test
- Loading branch information