chore: remove chakra from edit and base templates#1097
chore: remove chakra from edit and base templates#1097jwartofsky-yext merged 1 commit into2026-custom-components-templatesfrom
Conversation
Chakra causes issues so we do not want to use it
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThis pull request removes the Chakra UI theming wrapper from two template files in the visual editor. The ChakraProvider and defaultSystem imports are deleted from both base.tsx and edit.tsx, simplifying the component hierarchy so that content is wrapped directly within VisualEditorProvider instead of nested under ChakraProvider. The change eliminates the Chakra UI context layer from the render tree without modifying any exported signatures or component interfaces. Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can get early access to new features in CodeRabbit.Enable the |
d203690
into
2026-custom-components-templates
Chakra causes issues so we do not want to use it