Recent Commits to hyperframes:main
・fix(core): retry bpm-detective import after transient failure (#2736) loadBpmDetective cached the promise returned by dynamic import even when that import rejected.
・A transient failure (network hiccup, bundler issue, missing module at first access) was therefore cached as null for the rest of the session, silently disabling BPM detection.
・- Reset the cached promise on import failure so the next call retries.