flipbook
flipbook copied to clipboard
Fails to handle when another plugin reloads
Describe the bug
When working on a plugin and reloading it during development, the plugin's storybook breaks and becomes inoperable
Expected behavior
Reload of a plugin should have no effect on its storybook
Steps to reproduce
- Use
rojo build ... --watch
to build the plugin - Ensure the plugin has a storybook and that stories can be viewed normally
- Iterate on the plugin, save it, and reload it in Studio
- Observe that flipbook fails to handle this case and the storybook for the plugin breaks