Files
rojo/plugin
boatbomber 840e9bedb2 Use GUIDs for ephemeral PluginWidgets (#784)
Because Roact will destroy and recreate a plugin widget if it unmounts
and remounts, Studio will complain about making a new widget with the
same ID as the old one.

The simplest solution is to just use GUIDs so we never have to worry
about this again. The ID is used internally for storing the widget's
dock state and other internal details, so we don't want *all* our
widgets to use GUIDs, only the ephemeral popup ones.
2023-09-18 21:44:14 +00:00
..
2019-12-18 17:38:31 -08:00
2021-01-06 13:49:05 -07:00
2020-11-11 16:30:23 -08:00
2020-11-11 16:30:23 -08:00