You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently run into a problem similar to #194. It seems like this enhancement would resolve that issue as well as ours. What is the status of this work?
In our case, We are using the Button component from Shadcn/ui. It uses React.ForwardRef for interactions with other components, but this is incompatible with the buttonComponent prop on the createForm component because the prop is not expecting a component with a ref. We would like to avoid splitting/wrapping the component just to use it as a form submit button.
No description provided.
The text was updated successfully, but these errors were encountered: