Describe the bug
Intermittently happens in both prod and dev when navigating from one page to another. The navigation will indefinitely osculate between the old and new page until the browser is manually refreshed. Below is the error logged in the console. This error is logged on every page navigation osculation.
Uncaught (in promise) TypeError: can't access property "is_rendered" of null
async_derived deriveds.js:182
update_reaction runtime.js:259
update_effect runtime.js:468
create_effect effects.js:138
async_effect effects.js:368
async_derived deriveds.js:129
run3 async.js:81
run3 async.js:81
flatten async.js:90
promise callback*flatten async.js:88
Reproduction
It intermittently happens, and I have no idea why. I'm not looking to fix the underlying issue, just a better error message so I can fix my code would be great
Logs
System Info
System:
OS: Windows 11 10.0.26200
CPU: (16) x64 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
Memory: 7.08 GB / 31.91 GB
Binaries:
Node: 22.22.1 - C:\nvm4w\nodejs\node.EXE
npm: 10.9.4 - C:\nvm4w\nodejs\npm.CMD
pnpm: 10.11.0 - C:\Users\tyler\AppData\Roaming\npm\pnpm.CMD
bun: 1.3.9 - C:\Users\tyler\.bun\bin\bun.EXE
Browsers:
Chrome: 147.0.7727.138
Edge: Chromium (140.0.3485.94)
Internet Explorer: 11.0.26100.8115
Severity
annoyance
Describe the bug
Intermittently happens in both prod and dev when navigating from one page to another. The navigation will indefinitely osculate between the old and new page until the browser is manually refreshed. Below is the error logged in the console. This error is logged on every page navigation osculation.
Uncaught (in promise) TypeError: can't access property "is_rendered" of null
async_derived deriveds.js:182
update_reaction runtime.js:259
update_effect runtime.js:468
create_effect effects.js:138
async_effect effects.js:368
async_derived deriveds.js:129
run3 async.js:81
run3 async.js:81
flatten async.js:90
promise callback*flatten async.js:88
Reproduction
It intermittently happens, and I have no idea why. I'm not looking to fix the underlying issue, just a better error message so I can fix my code would be great
Logs
System Info
System: OS: Windows 11 10.0.26200 CPU: (16) x64 Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz Memory: 7.08 GB / 31.91 GB Binaries: Node: 22.22.1 - C:\nvm4w\nodejs\node.EXE npm: 10.9.4 - C:\nvm4w\nodejs\npm.CMD pnpm: 10.11.0 - C:\Users\tyler\AppData\Roaming\npm\pnpm.CMD bun: 1.3.9 - C:\Users\tyler\.bun\bin\bun.EXE Browsers: Chrome: 147.0.7727.138 Edge: Chromium (140.0.3485.94) Internet Explorer: 11.0.26100.8115Severity
annoyance