We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
data/addon/adapter.js
Line 226 in 8fabf96
wrong: generateIdForRecord(store, inputProperties) must be: generateIdForRecord(store, type, inputProperties)
The text was updated successfully, but these errors were encountered:
Thanks for pointing out the mistake in the docs!
Sorry, something went wrong.
[DOCS] [BUGFIX] generateIdForRecord api doc emberjs#5803
ce7726b
Fixes emberjs#5803 Missing type param in generateIdForRecord api doc
@runspired Raised a PR #5892 , kindly verify
[DOCS] [BUGFIX] generateIdForRecord api doc #5803
1dbe101
Fixes #5803 Missing type param in generateIdForRecord api doc
No branches or pull requests
data/addon/adapter.js
Line 226 in 8fabf96
wrong: generateIdForRecord(store, inputProperties)
must be: generateIdForRecord(store, type, inputProperties)
The text was updated successfully, but these errors were encountered: