- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9.8k
Fix: Update no-renderer-packages rule to reference stable @storybook/nextjs-vite #32894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…te in no-renderer-packages rule Co-authored-by: vanessayuenn <[email protected]>
| View your CI Pipeline Execution ↗ for commit add8d70 
 ☁️ Nx Cloud last updated this comment at  | 
| 📝 WalkthroughWalkthroughThe eslint-plugin's no-renderer-packages rule updates replace the experimental  Changes
 Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 
 ✨ Finishing touches
 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (3)
 🧰 Additional context used📓 Path-based instructions (7)**/*.{js,jsx,json,html,ts,tsx,mjs}📄 CodeRabbit inference engine (.github/copilot-instructions.md) 
 Files: 
 **/*.{ts,tsx,js,jsx,mjs}📄 CodeRabbit inference engine (.github/copilot-instructions.md) 
 Files: 
 code/**/*.{ts,tsx,js,jsx,mjs}📄 CodeRabbit inference engine (.github/copilot-instructions.md) 
 Files: 
 {code/**,scripts/**}/**/*.{ts,tsx,js,jsx,mjs}📄 CodeRabbit inference engine (.github/copilot-instructions.md) 
 Files: 
 code/**/*.{test,spec}.{ts,tsx}📄 CodeRabbit inference engine (.cursorrules) 
 Files: 
 **/*.test.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (.cursor/rules/spy-mocking.mdc) 
 Files: 
 **/*.@(test|spec).{ts,tsx,js,jsx}📄 CodeRabbit inference engine (.github/copilot-instructions.md) 
 Files: 
 🧠 Learnings (8)📓 Common learnings📚 Learning: 2025-10-13T13:33:14.659ZApplied to files: 
 📚 Learning: 2025-10-13T13:33:14.659ZApplied to files: 
 📚 Learning: 2025-10-13T13:33:14.659ZApplied to files: 
 📚 Learning: 2025-10-02T09:22:13.215ZApplied to files: 
 📚 Learning: 2025-09-17T08:11:47.196ZApplied to files: 
 📚 Learning: 2025-09-17T08:11:47.196ZApplied to files: 
 📚 Learning: 2025-10-01T15:24:01.060ZApplied to files: 
 🔇 Additional comments (3)
 Comment  | 
The
no-renderer-packagesESLint rule referenced@storybook/experimental-nextjs-vite, which has graduated to stable as@storybook/nextjs-vite.Changes
rendererToFrameworksmapping inno-renderer-packages.tsno-renderer-packages.test.tsImpact
Users importing from
@storybook/reactnow receive the correct error message:Previously suggested the non-existent
@storybook/experimental-nextjs-vite.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Summary by CodeRabbit