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
fix(components): prevent eager EntryHandler creation before handleEntry() is called (RE-8)
Scope.#optionsWatcherChangeListener was creating an EntryHandler when a
config change fired for the `files` key before handleEntry() had been
called. The orphan handler's initial chokidar scan completed with no
callback attached; subsequent handleEntry() calls reused the handler and
missed all initial add events, causing jsResource to silently skip
resources.js on the first hot-reload after being added to config.yaml.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments