You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for Node 12 is dropped - we now only support Node 14.14 and up
Configuring custom components through React context is no longer supported, in order to allow for use inside of React Server Components. If you were depending on this feature, you can either manually use context to pass down the components through the subtree, or create a "wrapper component" which pre-declares which components to use.
🎉 Highlights
Introduces support for React Server Components (used in frameworks like Next.js)