fix(plugins): await bundled plugin loading before setting state (#205)
loadBundledPlugins was fire-and-forget (void), so the plugin registry
Map was still empty when React re-rendered PluginSlot. By awaiting
the loader before calling setPlugins, the registry is populated before
the re-render that causes PluginSlot to read from it.
authored by