Aitor Chicharro

Results 7 comments of Aitor Chicharro

Can you try `obj?.c == 3` or `obj.c? == 3`?

How is doing this?

I solved the problem with this... ``` const defaultGetLocalIdent = require('css-loader/dist/utils').getLocalIdent modules: { ... getLocalIdent: (...params) => defaultGetLocalIdent(...params).replace(/\\\//g, '-'), ... } ```

I have the same issue here using typescript

I think the test failed because the snapshot was saved incorrectly. If you want, I can update the snapshot.