Mihail Dunaev
Mihail Dunaev
I think it's better to export the variable instead of adding it to window as a global, for example to avoid name conflicts, only importing it where you need it...
This should allow users to import from the package without specifying the source file, e.g. instead of doing this ``` import 'netlify-cms-yoast-seo/dist/main.js'; ``` you can do this ``` import 'netlify-cms-yoast-seo';...
`closeOnSelect` doesn't seem to work if I place `MonthPickerInput` inside ``. Not sure what the desired behaviour would be here, but I'm used to place form fields inside labels so...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...