Skip to content

Migrating to V4

Ruo Ling edited this page Mar 2, 2026 · 54 revisions

What's new in V4?

We have moved away from Styled Component (CSS-in-JS) to Linaria (build-time), which improves compatibility with projects that rely on SSR or strict CSP.

Migrating from V3

If your project uses V3, follow these steps to install V4.

Changes

ErrorDisplay

  • Replace usage of ErrorDisplay.ImagePathAttributes with ErrorDisplayImagePathAttributes

Clone this wiki locally