v0.5.1
Patch Changes
-
7bcd7e5: Field report #2 fixes:
DevtoolsProps.config(andattunementDevtoolsPlugin) now accept the core
Attunedhandle instead ofAttunedReact. The React handle is invariant in
its config type (context), so the documentedReact.lazydevtools pattern
failed to typecheck with a typed schema — andbindReactusers had to
export a bound handle just for the panel. The panel only ever needed
load()and the schema; a React handle still works.- Default errorFallback detects active dev overrides
(localStorage["attunement:overrides"]), lists them and offers
"Clear overrides and reload" — a persisted invalid override otherwise turns
Retry into a loop with the devtools panel unreachable behind the error
boundary (the same failure modecache: "no-store"fixed for CDNs, second
persistence source). - README: the lazy devtools import now sits inside the
import.meta.env.DEV
gate — an ungatedlazy(() => import(...))still emits and deploys the
devtools chunk in production builds.