flipbook icon indicating copy to clipboard operation
flipbook copied to clipboard

Fails to handle when another plugin reloads

Open vocksel opened this issue 1 year ago • 0 comments

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

  1. Use rojo build ... --watch to build the plugin
  2. Ensure the plugin has a storybook and that stories can be viewed normally
  3. Iterate on the plugin, save it, and reload it in Studio
  4. Observe that flipbook fails to handle this case and the storybook for the plugin breaks

vocksel avatar Nov 16 '23 04:11 vocksel