If you have a story file with a render function in the meta, this render function is used correctly when viewing the story in Storybook, but not when composed using @storybook/testing-react
To Reproduce
Steps to reproduce the behavior:
Create a new story file
In the meta for the story file, specify a render function
Compose stories for that file
Expected behavior
The render function in the meta should be used as the render function for the composed stories.
Describe the bug
If you have a story file with a render function in the
meta
, this render function is used correctly when viewing the story in Storybook, but not when composed using@storybook/testing-react
To Reproduce Steps to reproduce the behavior:
render
functionExpected behavior