File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/devtools/src/context Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @tanstack/devtools ' : patch
3+ ---
4+
5+ fix issue with react-router and delegated events
Original file line number Diff line number Diff line change 66 onCleanup ,
77 useContext ,
88} from 'solid-js'
9- import { clearDelegatedEvents , delegateEvents } from 'solid-js/web'
9+ import { delegateEvents } from 'solid-js/web'
1010import type { Accessor , JSX } from 'solid-js'
1111
1212interface PiPProviderProps {
@@ -69,8 +69,6 @@ export const PiPProvider = (props: PiPProviderProps) => {
6969 pip . document . head . innerHTML = ''
7070 // Remove existing body
7171 pip . document . body . innerHTML = ''
72- // Clear Delegated Events
73- clearDelegatedEvents ( pip . document )
7472
7573 pip . document . title = 'TanStack Devtools'
7674 pip . document . body . style . margin = '0'
You can’t perform that action at this time.
0 commit comments