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
In the website we use Sandpack to render DayPicker because Docusaurus overrides the default style from DayPicker.
A workaround for this solution is to use shadow DOM (e.g. via https://www.npmjs.com/package/react-shadow) for a proper style encapsulation. This would provide an optimal testing environment when developing DayPicker.
The text was updated successfully, but these errors were encountered:
gpbl
changed the title
Docs: use shadow DOM to render DayPicker in the examples
website: use shadow DOM to render DayPicker in the examples
Jul 15, 2022
In the website we use Sandpack to render DayPicker because Docusaurus overrides the default style from DayPicker.
A workaround for this solution is to use shadow DOM (e.g. via https://www.npmjs.com/package/react-shadow) for a proper style encapsulation. This would provide an optimal testing environment when developing DayPicker.
The text was updated successfully, but these errors were encountered: