fix(render): add missing nextTick import#1563
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.