Rikesh Ramlochund
Rikesh Ramlochund
Update: It seems that no toast loads in `componentDidMount` on initial page load, but if you hot reload the page after making an edit to App.js, the toast will then...
See https://github.com/amsul/pickadate.js/issues/384#issuecomment-343077594 Add this to your CSS: ``` .picker__select--month, .picker__select--year { padding:0; } ```
I get the bug on the dropdown selectors example - http://amsul.ca/pickadate.js/date/#selectors - only on Firefox Mac. Looks good on Chrome and Safari.
> I resolved this issue by upgrading the metro-config package to 0.80.5 For whoever else experiencing that issue: Also make sure that `metro-source-map` is updated. See [this comment](https://github.com/expo/expo/discussions/26642#discussioncomment-8322577) for details.