I have a video player component which is being published through bit. It is react component. Im trying to integrate storybook with this. Once after integrating the component, I can see the controls and the types & values.
But only if we edit few controls ( like editing the lable / title name ), it is auto detecting and applying in the storybook page without refreshing the page. For few controls, if we edit the values, the corresponding key value pair is updating in the browser url, but in the storybook page it is not updating. Also if we refresh the page, the edited controls getting applied correctly.
I have attached the url after editing the controls and a picture of the controls. Can anyone please let me know what could be the issue.
[![enter image description here][1]][1]