Skip to content

chore: remove chakra from edit and base templates#1097

Merged
jwartofsky-yext merged 1 commit into2026-custom-components-templatesfrom
removeChakra
Mar 17, 2026
Merged

chore: remove chakra from edit and base templates#1097
jwartofsky-yext merged 1 commit into2026-custom-components-templatesfrom
removeChakra

Conversation

@jwartofsky-yext
Copy link
Copy Markdown
Contributor

Chakra causes issues so we do not want to use it

Chakra causes issues so we do not want to use it
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 17, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 37711d50-a057-4790-b56f-9c0fe0e1e7ec

📥 Commits

Reviewing files that changed from the base of the PR and between b4badde and 29d7692.

📒 Files selected for processing (2)
  • packages/visual-editor/src/vite-plugin/templates/base.tsx
  • packages/visual-editor/src/vite-plugin/templates/edit.tsx

Walkthrough

This 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

  • briantstephan
  • benlife5
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: removing Chakra UI from edit and base templates, which aligns with the changeset.
Description check ✅ Passed The description is related to the changeset, explaining the reason for removing Chakra (causes issues) and identifying the affected templates.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
  • 📝 Generate docstrings (stacked PR)
  • 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch removeChakra
📝 Coding Plan
  • Generate coding plan for human review comments

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can get early access to new features in CodeRabbit.

Enable the early_access setting to enable early access features such as new models, tools, and more.

@jwartofsky-yext jwartofsky-yext merged commit d203690 into 2026-custom-components-templates Mar 17, 2026
15 checks passed
@jwartofsky-yext jwartofsky-yext deleted the removeChakra branch March 17, 2026 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants