Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: exclude SSRProvider from build (#1174)
## 📝 Changes - Remove `@react-aria/ssr` from being embedded in the build to allow for apps to have a singleton instance of `SSRProvider`. Addresses `When server rendering, you must wrap your application in an <SSRProvider> to ensure consistent ids are generated between the client and server.` warnings. ## ✅ Checklist - [x] Visuals are complete and match Figma - [x] Code is complete and in accordance with our style guide - [x] Design and theme tokens are audited for any relevant changes - [x] Unit tests are written and passing - [x] TSDoc is written or updated for any component API surface area - [x] Stories in Storybook accompany any relevant component changes - [x] Ensure no accessibility violations are reported in Storybook - [x] Specs and documentation are up-to-date - [x] Cross-browser check is performed (Chrome, Safari, Firefox) - [x] Changeset is added
- Loading branch information