Ash
Ash
Working with Angular and Material versions both at `11.2.3` I've noticed an alignment issue with the suffix on outline appearance. Alignment was only off when I set the suffix to...
Working for me now by editing `craco.config.js` to tell `babel-loader` to ignore `mapbox-gl` from transpilation. Working config: ```js module.exports = { babel: { loaderOptions: { ignore: ['./node_modules/mapbox-gl/dist/mapbox-gl.js'], }, }, };...
I think the issue you are seeing @TrebBrennan is caused by the padding being in the wrong spot. From [responsive-nav](https://www.npmjs.com/package/responsive-nav): > Calculated Max-height doesn't account for top/bottom padding on `.nav-collapse`...
I'm experiencing the same issue. Attempting to upgrade from v0.x mostly to fix an open vulnerability with axios in that major version as noted here https://github.com/axios/axios/pull/6091 however this issue making...