fix(render): add missing nextTick import#1563
fix(render): add missing nextTick import#1563danielroe merged 1 commit intonuxt:mainnuxt/test-utils:mainfrom adamdehaven:fix/missing-importadamdehaven/test-utils:fix/missing-importCopy head branch name to clipboard
Conversation
commit: |
📝 WalkthroughWalkthroughThis change adds Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@danielroe I attempted to see where the type check should have caught this but ran into some other issues with the It would probably be worth adding a type check somewhere in the release pipeline that would have (I believe) caught the missing import |
🔗 Linked issue
resolves #1562
❓ Type of change
📚 Description
The nextTick import apepars to have been unintentionally removed in #1522. This pull request restores the missing import and fixes #1562.