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
However, the control seems to be absent as I have no logs into console. As a reproduction, I'm running a Storybook Angular which connects the JSX addon, so you could simply get a fresh install, install the addon and try to change the onBeforeRender behavior.
I've also tried to make the change globally into the preview.js, but it's still the same
Update: I've created two new fresh SB projects, one Angular and one React and seems the issue is only present for the Angular one
The text was updated successfully, but these errors were encountered:
Tim-arts
changed the title
[Bug]
[Bug] OnBeforeRender has no effect whatsoever
Oct 18, 2021
Tim-arts
changed the title
[Bug] OnBeforeRender has no effect whatsoever
[Bug] OnBeforeRender option has no effect whatsoever
Oct 18, 2021
Tim-arts
changed the title
[Bug] OnBeforeRender option has no effect whatsoever
[Bug] OnBeforeRender option has no effect whatsoever on Angular Storybook
Oct 19, 2021
Describe the bug
As indicated in the documentation, users could change the render of the domString following this way:
However, the control seems to be absent as I have no logs into console. As a reproduction, I'm running a Storybook Angular which connects the JSX addon, so you could simply get a fresh install, install the addon and try to change the
onBeforeRender
behavior.I've also tried to make the change globally into the preview.js, but it's still the same
Update: I've created two new fresh SB projects, one Angular and one React and seems the issue is only present for the Angular one
The text was updated successfully, but these errors were encountered: