Enable `assumeImmutableResults` in `app/assets/javascripts/mr_popover/index.js`
-
Set assumeImmutableResults
totrue
in the Apollo provider that's instantiated inapp/assets/javascripts/mr_popover/index.js
-
Verify that the app is working properly. -
If needed, update the implementation so that the app works with immutable objects (e.g. leverage immer
for cache mutations).
Edited by Thomas Randolph