Closed anacolell closed 2 years ago
Used React.forwardReact to fix the bug that causes the above error when using the textfield : "Function components cannot be given refs. Attempts to access this ref will fail." which is why the data from the form couldn't be fetched.
Used React.forwardReact to fix the bug that causes the above error when using the textfield : "Function components cannot be given refs. Attempts to access this ref will fail." which is why the data from the form couldn't be fetched.