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
docs: Fix control prop usage in documentation examples
- Remove unnecessary control prop from component examples
- Update to use FormProvider pattern as per Cursor Rules
- Components use useFormContext() internally, no need to pass control
- Add proper FormProvider wrapper in examples
- Update both Basic Usage and Medusa Integration examples
Fixes the documentation to reflect that Medusa Forms components have built-in hooks and don't require the control prop to be passed explicitly.
0 commit comments