mfrascati

Results 5 issues of mfrascati

Just check the demo repo, you'll have this error in console ![image](https://user-images.githubusercontent.com/2734747/80604973-bb15fe00-8a32-11ea-8ad0-93a481641d01.png) At a first glance it seems that the problem could be connected to the "currentSlide" value. If you...

bug

### Version module: auth-next@^5.0.0-1643791578.532b3d6 nuxt: 2.15.8 ### Nuxt configuration #### [mode](https://nuxtjs.org/api/configuration-mode): - [x ] universal - [ ] spa ### Nuxt configuration ``` auth: { strategies: { google: { clientId:...

bug

After correctly using tree shaking (I'm using about 20 icons, no layers) and setting: ``` addCss: false, useLayers: false, useLayersText: false, ``` in module config, my top size in bundle...

waiting for dependency

On yarn 2 install: `@nuxtjs/amp@npm:0.5.4 doesn't provide webpack (p734a6), requested by raw-loader` As of https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0 the `webpack` dep should be listed in `package.json`, or is there any reason this cannot...

### Description Using the component as a select replacement can be quite frustrating while typing and pressing TAB, since even if i select an option with keys, when TAB is...