Skip to content

bippy@0.7.1

Choose a tag to compare

@github-actions github-actions released this 17 Aug 11:03
· 16 commits to main since this release
654f5db

Patch Changes

  • 07e6032: Fix three 0.7.0 regressions. Instrumentation activates again when bippy loads after React under a react-refresh hook (Vite/Next dev): react-refresh's stub inject never records renderers, so patchRDTHook now detects react-refresh hooks and activates immediately, isReactRefresh is exported again, and isInstrumentationActive includes it. Commit dispatch no longer throws a TypeError on roots without a memoizedState nor misclassifies them as unmounting: roots stay tracked unless there is explicit unmount evidence, and traverseRenderedFibers tolerates an undefined root memoizedState. Importing bippy no longer crashes module evaluation when a foreign hook is frozen or otherwise rejects patching (parity with 0.6.1's guarded install). Renderers reporting legacy experimental-channel versions (0.0.0-experimental-*) resolve to the modern work tags instead of the React 16.0 row. describeNativeComponentFrame no longer walks deeper into React internals when the component's own frame has no file name (eval'd components); it falls back to the synthetic display-name frame instead.