Gaisar Davletkildin
Gaisar Davletkildin
Invariant Violation: Failed to call into JavaScript module method WebViewMessageHandler1.onMessage()
same error
Invariant Violation: Failed to call into JavaScript module method WebViewMessageHandler1.onMessage()
@AreebGhani yes, also for me, thank you!
Hi, any news? I have same error.
I was able to get rid of the error when I rewrote the `sortModel` logic as in [this](https://mui.com/x/react-data-grid/sorting/#controlled-sort-model) example and used the `useCallback` hook for the `onSortModelChange` method.
@cherniavskii yes, I'll try to do it on Monday. In our project we have a large table with a lot of properties. It won't be that easy.
@cherniavskii Hi, I tried yesterday to reproduce the error in an empty project in codesandbox, but I couldn't. The old code was something like this, a bit similar to what...