Jacques Marais

Results 2 issues of Jacques Marais

I have two components, `GenericInputWithForwardRef` and `GenericInputWithoutForwardRef`. Both these components have generic type parameters in the F# function definition. The first component also uses `React.forwardRef` in its definition. Here is...

I am using React 18.2.0 on NextJS and get the following error whenever creating a CodeMirror component in one of my components. The code I have at the moment is...