Bug report
import { type FormRenderProps } from "react-final-form"
causes the following error:
Cannot import FormRenderProps because there is no FormRenderProps export in react-final-form.
The type should be imported
[email protected]
[email protected]
The same issue with other types like FieldRenderProps. Something went wrong here
Published fix in v6.0.1.
Your comment helped tremendously, @eugene-stativka! 鉂わ笍
I'm not sure that it is fixed yet. As I understand, rollup's flow plugin was removed in commit that Eugene mentioned. I have 6.3.0 installed and there's no .js.flow files with types. Only typescript ones
Most helpful comment
The same issue with other types like
FieldRenderProps. Something went wrong here