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
Current Modal rendering creates a new element outside of IntlProvider, causing components using intl inside of a modal to raise errors.
This should be resolved by updating the Modal component to use Portal API to render.
The text was updated successfully, but these errors were encountered:
Current Modal rendering creates a new element outside of
IntlProvider
, causing components usingintl
inside of a modal to raise errors.This should be resolved by updating the Modal component to use Portal API to render.
The text was updated successfully, but these errors were encountered: