Sebastien Powell
Sebastien Powell
@joshuaellis – thanks for the suggestion! I gave that a go, but no luck – still getting the same error. I'm using the latest version of Next.js (11.1.2).
In case it helps, this is what my jest.config.js file looks like: And this is my .babelrc file (updated with your above suggestion):
Hey @mpeyper, thanks for your message! It is, yes – I haven't yet found the solution. It definitely looks like it's related to Babel. I've tried uninstalling / reinstalling, but...
@joshuaellis – thanks for the above! Good suggestion, I gave it a go, but same things happens. This is what my jest.config.js file looked like after the changes: ```node module.exports...
I've been experiencing, what I think is a related issue – I'm using version `3.4.0` of this package, and version `9.3.3` of contentful's SDK (v10 doesn't work with the packages...
I came across this thread whilst looking for a solution to this: https://github.com/vercel/turbo/discussions/5610 Wondering if anyone has experienced a similar issue? **Edited:** found the fix, see here in case it's...
I'm running into this issue too – the classes are properly applied, but the Tailwind compiler doesn't seem to pick them up so the styles aren't generated.