Arvind Tiwari

Results 3 comments of Arvind Tiwari

Faced a simillar issue, where the methods object was changing on each render because of the `initialState`. ```javascript function SomeProvider({ children, data }) { const [state, methods] = useMethods(createMethods, {...

### Repro Code ```javascript /* eslint css-modules/no-unused-class: [2, {camelCase: true, markAsUsed: ['nested'] }] */ import styles from './styles.scss'; export default Foo = () => ( ); ``` ```css .root {...

From what I have tried, its only giving error if using nested classes. Although the same works fine with previous version.