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
{{ message }}
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.
The content of the Popup cannot be styled using any props in the Popup. Moreover the user cannot provide any properties to that component at all. In order to style it, the user have to wrap it with Provider and provide the styles for the PopupContent component there in the following manner:
Feature Request
Problem description
The content of the Popup cannot be styled using any props in the Popup. Moreover the user cannot provide any properties to that component at all. In order to style it, the user have to wrap it with Provider and provide the styles for the PopupContent component there in the following manner:
Proposed solution
The PopupContent should be shorthand inside the Popup so that the user can apply any properties they want on that slot of the component.
The text was updated successfully, but these errors were encountered: