Jonathan Grimes

Results 139 comments of Jonathan Grimes

@jquense I tried it out. Looks like the v1 branch is missing this fix: https://github.com/4Catalyzer/astroturf/commit/8b01c126f499aba4b330cc52160f60954bde158a

@jquense After applying the patch to v1 locally, I can compile... ~~however, my usage of styled & css tags aren't getting compiled now. (getting the runtime fallback exception) Did the...

> Ok so v1 has a `useAltLoader` option you can pass in your webpack config for `astroturf/loader`. This fundamentally changes the approach astroturf takes with webpack, and as a consequence...

@jquense The styles weren't missing, they were being overridden. I'm seeing classes that should be on only one component bleed over to other components defined in the same file. I...

@jquense This is one example... the file is just a set of parts... the Dot component has the class of Box as well as its own. ```js export const Container...

@jquense I do. works until altLoader is used. This code may not reproduce in isolation. It may require a large project.

@jquense I do. works until altLoader is used. This code may not reproduce in isolation. It may require a large project.

Ohhh... I think the class names are colliding. ![image](https://user-images.githubusercontent.com/577453/116430951-e9c4e100-a80c-11eb-9801-c6c611afbbc6.png) the `.cls2--3LXraOKI` in this pick is showing styles from three unique components

@jquense each of those `.cls2--3LXraOKI` are from unique components from the same file.

@jquense I'm on css-loader 5.2.4.