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 Jul 12, 2024. It is now read-only.
I am using DatePickerInput and my locale was not working, but taking a look in you code I saw that I missed to put import to locale, after that it's working for me!! Thanks
import 'moment/locale/pt-br';
...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This not work:
Then when i render this component:
I get warning in console:
Setting "pl" as locale failed. Did you import it correctly?
How import this locale?
The text was updated successfully, but these errors were encountered: