Patch Changes
-
#466
73983a7- Fix the plugin marketplace rendering empty ("No additional plugins available")
when it should list installable plugins.- The client event bus no longer silently drops events emitted while its
WebSocket is still connecting. Such events are now queued and flushed once
the socket opens, so the marketplace'smountedrequest reliably reaches the
server bus. - The marketplace now re-requests
package.jsonevery time it is opened and
retries until the data arrives, so re-opening always re-fetches the plugin
list. - Added TanStack AI Devtools (
@tanstack/react-ai-devtools) to the plugin
marketplace registry.
- The client event bus no longer silently drops events emitted while its
-
#449
2a2f9eb- Fix invalid syntax generated when removing parenthesized devtools JSX expressions. -
Updated dependencies [
73983a7]:- @tanstack/devtools-client@0.0.7
- @tanstack/devtools-event-bus@0.4.2