-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createScriptLoader triggers a warning about disposed computations #746
Comments
This is a known issue. If we want to use the internal spread (which minimies code and development effort), we can't do anything about it. |
I just ran across this issue. It is caused by the Solution After a quick glimpse I don't understand the logic behind calling
(I guess I'm missing some TS definitions, I'm not a TS guy.) |
Unfortunately, running with the owner creates the exact error in hydration that we aim to solve with using the timeout. |
Ok, I see. So it's an architectural problem. I hope it'll get resolved. If I understand correctly, in its current form if |
Describe the bug
When using
createScriptLoader
a warning is shown that reads:should I wrap the
createScriptLoader
around some other function? Currently I'm using it like this:Minimal Reproduction Link
N/A
The text was updated successfully, but these errors were encountered: