You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes a lot of sense, I'm a little worried that our existing uses in the admin might call Page.refresh with an xhr directly though. I'll take a look. I'd be worried about breaking the api though (especially as long as we have the weird doppelganger version of Remote in our core codebase).
vs
Latter does an extra GET, the former uses the response of an XHR, but they're both named
refresh
. The former should be namedreplace
or somethingThe text was updated successfully, but these errors were encountered: