Simon Podlipsky
Simon Podlipsky
Yes, in v2 this issue is no more
Ah so there's no support for v6 and I have to stay on v5, right?
@advanderveer I've fixed it in the PR above ur post.
@advanderveer this is the solution I use until the PR is released: react.d.ts: ```ts declare module 'react' { // eslint-disable-next-line max-len export type RefForwardingComponent = ForwardRefRenderFunction; } ```
@KevinGrandon I did few changes, you can try to finish, not sure how to handle remaining errors properly.
- Internal network monitoring tool for our network AS60068 - We're two people on this project (200K LOC), 100+ in a company - Yup
I'll have to investigate how react dom development kicks in. Will look into it On Mon, Feb 28, 2022, 19:37 Will Ernest ***@***.***> wrote: > Can you reproduce this with...
Ah, cool! @williamernest https://codesandbox.io/s/base-web-formcontrol-forked-n0ptwf?file=/src/example.js
As far as I understand we cannot do this: ```tsx function CustomFormElement(props) { return ( Hi. ); } export default () => { return ( ); }; ``` since those...
https://github.com/OpenAPITools/openapi-generator-cli/blob/ec675176d38ad35ef574db4633dc2c754797fa2f/apps/generator-cli/src/config.schema.json#L2