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

Fix array proxy deprecation #326

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Fix array proxy deprecation #326

merged 1 commit into from
Sep 11, 2024

Conversation

charlesfries
Copy link
Collaborator

DEPRECATION: The EmberObject get method on the class RecordArray is deprecated. Use dot-notation javascript get/set access instead. [deprecation id: ember-data:deprecate-array-like] This will be removed in ember-data 5.0.

DEPRECATION: The `firstObject` method on the class RecordArray is deprecated. Use the native array method `[0]` instead. [deprecation id: ember-data:deprecate-array-like] This will be removed in ember-data 5.0.

@charlesfries charlesfries merged commit 5d7a5e7 into master Sep 11, 2024
9 checks passed
@charlesfries charlesfries deleted the arr branch September 11, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant