Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:52
· 37 commits to main since this release

Patch Changes

  • 8f0f965: attunementDevtoolsPlugin's return type now declares render: ReactElement instead of ReactNodeReactNode includes undefined, which the TanStack Devtools shell's TanStackDevtoolsReactPlugin.render (JSX.Element | (...) => JSX.Element) rejects. The panel always renders a real element, so the wider type was never earning its keep.