react-mui-fileuploader
react-mui-fileuploader copied to clipboard
Bug on `allowedExtensions` when `"yaml"` extension being configured.
It was possible to limit by configuring acceptedType to be ".json, .yaml"l
However, if configured allowedExtensions to be ["json", "yaml"], but bug occured when selecting yaml file.