Aitor Chicharro
Aitor Chicharro
Can you try `obj?.c == 3` or `obj.c? == 3`?
How is doing this?
Same error for me. 🙃
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.