v0.4.2
Patch Changes
- 8f0f965:
attunementDevtoolsPlugin's return type now declaresrender: ReactElementinstead ofReactNode—ReactNodeincludesundefined, which the TanStack Devtools shell'sTanStackDevtoolsReactPlugin.render(JSX.Element | (...) => JSX.Element) rejects. The panel always renders a real element, so the wider type was never earning its keep.