You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you edit test.txt.js, it should change the hash of test.js, and cause the page /test to update. But it doesn’t because getModuleHash doesn’t allow for a FileAttachment being backed by a data loader.
The text was updated successfully, but these errors were encountered:
mbostock
changed the title
Reactive updates don’t work for parameterized modules that load a parameterized file with relative path
Reactive updates don’t work for modules that load data loaders
Sep 13, 2024
Consider
test.md
:And
test.js
:And
test.txt.js
:If you edit
test.txt.js
, it should change the hash oftest.js
, and cause the page/test
to update. But it doesn’t becausegetModuleHash
doesn’t allow for aFileAttachment
being backed by a data loader.The text was updated successfully, but these errors were encountered: