Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(deprecation): use findRecord instead of find #2548

Merged

Conversation

BobrImperator
Copy link
Collaborator

@BobrImperator BobrImperator commented Apr 21, 2023

  • Fixes deprecation warning from ember-data.
    .find is now deprecated

{"type":"warn","text":"DEPRECATION: Using store.find is deprecated, use store.findRecord instead. Likely this means you are relying on the implicit store fetching behavior of routes unknowingly. [deprecation id: ember-data:deprecate-store-find] This will be removed in Ember 5.0.\n

@BobrImperator BobrImperator merged commit 26417ef into mainmatter:master Apr 21, 2023
@BobrImperator BobrImperator deleted the refactor-ember-data-deprecation branch April 21, 2023 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant