Dmitry Semigradsky
Dmitry Semigradsky
Ok, are there any plans to adding `viewRenderers` to `DateCalendar` or slots `month`/`year` (in the same way as we have `day` slot)?
> to override a single month / year button Yeah, that is what I need 🙏
@AriaMinaei please take a look
The same as any other plugin: https://github.com/postcss/postcss#webpack
@simevidas see https://github.com/postcss/postcss-media-minmax/pull/14
Looks like `initize` has not been ready yet. It has version `0.0.0` and not published to npm.
The same with react-typeahead v1.1.9
Fixed by adding '[out:json];' in query
@perliedman you will get this error if remove `[out:json];` here: https://github.com/Semigradsky/osm-validator/blob/af94db85a77e0786009bf29c3ff38d4ea0b7e7bb/src/main.js#L38 Just run ``` npm install npm run build ``` open index.html in browser and press button.
@perliedman sorry I didn't right specify the sequence of actions. Need remove `[out:json];` and run `npm run build` after this.