Matt Carlotta

Results 6 comments of Matt Carlotta

I'm experiencing the same issue as mentioned above. I'm also using [rimraf](https://github.com/isaacs/rimraf) as an alternative. In case anyone else runs into this issue, you can do one of these options:...

Using the @flq solution, you can build a reusable test function: For example, wrapping a component with a `MemoryRouter` -- can be substituted for `Context` or a `Provider` and/or some...

This isn't a direct problem with the nivo packages, but instead of with one of its dependencies: **recompose**. Specifically `recompose/shouldUpdate`: https://github.com/acdlite/recompose/blob/master/src/packages/recompose/shouldUpdate.js#L6 and `recompose/withPropsOnChange`: https://github.com/acdlite/recompose/blob/master/src/packages/recompose/withPropsOnChange.js#L9 Unfortunately, the recompose package appears to...

The problem is related to this [issue](https://github.com/styled-components/jest-styled-components/issues/338) which (unknown to me) was also mentioned [here](https://github.com/styled-components/jest-styled-components/issues/297#issuecomment-639362675); on the same note, that recommended solution **doesn't** work. The workaround for me was to...

> Hi there, please consider to have conistent URLs with trailing Slash or w/o otherwise you massively reduce your SEO crawling budget. Good call out. I've since added them back...

As far as I know, Next doesn't handle **any** internal dependency stylesheet imports regardless if they're [global](https://nextjs.org/docs/messages/css-npm) or [local](https://nextjs.org/docs/messages/css-modules-npm). In this case, the stylesheet naming convention that cloudscape-design is using...