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
I've put up a PR with a failing test case, and what I think could work as a fix - #8576
Description
In 4.12, the options LegacyHandler passes on to Adapters from requests are frozen, making attempts to modify them within query/queryRecord/urlForQuery/etc methods throw TypeErrors. Ideally, these would still be mutable, as they were in previous releases of ember-data.
Reproduction
I've put up a PR with a failing test case, and what I think could work as a fix - #8576
Description
In 4.12, the options LegacyHandler passes on to Adapters from requests are frozen, making attempts to modify them within
query
/queryRecord
/urlForQuery
/etc methods throw TypeErrors. Ideally, these would still be mutable, as they were in previous releases of ember-data.Versions
The text was updated successfully, but these errors were encountered: