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 test to expect defer: true for default loading strategy
The default loading strategy was changed to :defer (from :async) to prevent
race conditions. The test was incorrectly still expecting async behavior
when async is supported.
Now correctly expects { defer: true } for the default behavior, which
matches the configuration change in commit 4faf810.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments