In the issue https://github.com/Yoast/wordpress-seo/pull/19607 forwardRef was added to the Modal component.
When using forward Ref we need to create a story component for the story book because the forwardRef removed the component name and also hides the props from storybook prop table.
Please also check for more usages of components in the storybook and which imports they use. For example the ErrorBoundary, notice the [object Object] in the Show code:
In the issue https://github.com/Yoast/wordpress-seo/pull/19607 forwardRef was added to the Modal component. When using forward Ref we need to create a story component for the story book because the forwardRef removed the component name and also hides the props from storybook prop table.
Please also check for more usages of components in the storybook and which imports they use. For example the ErrorBoundary, notice the
[object Object]
in the Show code:(Thanks Petar for finding and mentioning this!)