I have a component (Button).
When I go in the canvas tab and, for example, change the prop disabled to true, the button becomes disabled. But when I click "Open canvas in new tab", the button is back to normal (not disabled) state, even though the changed props are kept in the url:
When I go to the canvas tab and change disabled to true:
?path=/story/general-button--element&args=disabled:true
When I click "Open canvas in new tab":
?args=disabled:true&id=general-button--element&viewMode=story
Apparently these props aren't being considered in the new tab. I tried other props, same problem. Another component I tried doesn't have this problem, though.
Is there any way I can debug this?