[go: up one dir, main page]

Skip to content

Enable `assumeImmutableResults` in `app/assets/javascripts/mr_popover/index.js`

  • Set assumeImmutableResults to true in the Apollo provider that's instantiated in app/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