Open
Description
Hello,
When I navigate between 2 pages using partials, if there is an unmount hook in an island it will break the app until you reload.
Unmount hook (see Counter.tsx)
useEffect(()=>{
return ()=> {
console.log(props.count.value)
}
},[])
Repo: https://github.com/darkship/fresh-bug-signal-unmount
signal_bug_unmount-2024-12-26_19.45.29.mp4
Metadata
Metadata
Assignees
Labels
No labels
Activity