René Stesl

Results 14 comments of René Stesl

same issue if you have something like `{props.somePassedInReactNodeOrReactElement}` Type 'ReactNode' is not assignable to type `ReactI18NextChild | Iterable`.

OnBlur isn't called if DatePicker is used with Portals and you tab out of the input: https://github.com/Hacker0x01/react-datepicker/issues/3522#issuecomment-1149954270

Same Problem here!!! We have to use Portals to be sure the Datepicker is rendered correctly in our application since there are possibilities that somewhere in the App position: relative...

I have the same Issue after updating only vite-plugin-checker from 0.5.6 to 0.6.0 Same happens if I only update @vitejs/plugin-react from 3.1.0 to 4.0.0 ``` Uncaught TypeError: styled_default is not...

@nzhiti we don't use x-date-pickers. But I guess every MUI component has a peer dependency to "@emotion/styled": ^11.3.0. We fixed the Version of @emotion/styled to 11.10.6 and still have this...

Is that really the solution to just ignore the growing number of Typescript Users? Why has this type been overridden in the first place? Just leave react typings alone, please!...

@jamuhl, @pedrodurek I know that it is not easy to sacrifice your free time for such a project and only get criticism. This is definitely not my intention. But IMHO...

Ok so I just quickly went over the the said typings. I would love to take a deeper look but I have absolutely no time for this. As far as...

Tried it with v22.4.6, same issue: TS2322: Type 'ReactNode | ((data: DataNode) => ReactNode)' is not assignable to type 'ReactI18NextChild | Iterable'.   Type '(data: DataNode) => ReactNode' is not assignable...