squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

Adds React.forwardRef to fix ref error #97

Closed anacolell closed 2 years ago

anacolell commented 2 years ago
Screenshot 2022-03-04 at 5 02 30 PM

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.