Oleksandr Fediashov
Oleksandr Fediashov
Let's keep this issue to track the work that should be done.
LGTM, I'll will make this updates in PRs that affects typings.
@levithomason I need there some clarification. Most of these pairs has a correct inheritance in typings, however, I need to make an additional check. I'm also support an idea with...
> One issue is that we need to update babel-plugin-transform-react-handled-props as it doesn't know how to handle the spread operator there: I'll make an update to plugin on this week,...
Nope. > It needs to parse It's a kind of black magic if we speak about external imports like in my snippet. So, it will be easier to ignore spreads...
I've checked typings of all components in list. All of them now correctly extends parents, except `Confirm` (#1425). `babel-plugin-transform-react-handled-props` was also updated 😄
Please provide a minimal repro on CodeSandbox.
SUIR will implement this via `Provider` layer. Compatibility with FUI is a missing thing.
@benzid-wael work is in progress in #4021.
> Does this PR also resolve the warnings that come from React.StrictMode? Yes, it should solve them all 😋