Lukasz Gonciarz

Results 2 issues of Lukasz Gonciarz

I think most of user will not be able to use you lib becasue of this ``` "allowSyntheticDefaultImports": true, ``` You will get error like `Module '"node_modules/@types/react/index"' has no default...

…not exported from react >= 18, replaced with ForwardRefRenderFunction # Description Update code according to React (>= 18), changes. Replace `RefForwardingComponent` with `ForwardRefRenderFunction` ``` * @deprecated Use ForwardRefRenderFunction. forwardRef doesn't...