Open MincePie opened 1 year ago
did you figure out how to build this app with this import statement: import { experimental_useFormStatus as useFormStatus } from "react-dom";
I am getting an error - is there a solution to this?
You can now use: import { useFormStatus } from "react-dom";
did you figure out how to build this app with this import statement: import { experimental_useFormStatus as useFormStatus } from "react-dom";
I am getting an error - is there a solution to this?