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

target and id are required #8704

Closed
Dreamsorcerer opened this issue Mar 3, 2023 · 7 comments · Fixed by #8726
Closed

target and id are required #8704

Dreamsorcerer opened this issue Mar 3, 2023 · 7 comments · Fixed by #8726

Comments

@Dreamsorcerer
Copy link
Contributor

I'm really struggling to use ReferenceManyField. When I use it, the spinner just spins for several seconds and gives the 'target and id are required' error.

I can see with a breakpoint that id is undefined, but I can't tell where this id is meant to come from or what I can do to affect its value. I can't see anything in the documentation mentioning it.

Error: target and id are required
    m useGetManyReference.ts:90
    fetchFn query.js:300
    c retryer.js:95
    s retryer.js:149
    promise callback*6350/s/< retryer.js:145
    promise callback*c retryer.js:116
    s retryer.js:149
    promise callback*6350/s/< retryer.js:145
    promise callback*c retryer.js:116
    s retryer.js:149
    promise callback*6350/s/< retryer.js:145
    promise callback*c retryer.js:116
    s retryer.js:156
    fetch query.js:332
    executeFetch queryObserver.js:199
    onSubscribe queryObserver.js:40
    subscribe subscribable.js:16
    R useBaseQuery.js:60
    React 7
    O scheduler.production.min.js:13
    R scheduler.production.min.js:14
    6813 scheduler.production.min.js:14
    Webpack 12
query.js:358:22
@fzaninotto
Copy link
Member

Hi, and thanks for your question. As explained in the react-admin contributing guide, we use the GitHub issues for bugs and feature requests only.

For support question ("How To", usage advice, or troubleshooting your own code), you have three options:

  • Community support: Ask your question on StackOverFlow. This makes your question easy to find by the developer community. StackOverFlow has great SEO, gamification, voting, and reputation system.
  • Community support: Ask your question on Discord. Some react-admin users and contributors might have time to answer your questions.
  • Professional support: If you're a React-Admin Enterprise Edition subscriber, you have unlimited access to the Professional Support service. This service guarantees that you'll get an answer shortly. If you're not a subscriber, please consider it! It's a good way to contribute to the sustainability of react-admin.

So I'm closing this issue, and inviting you to ask your question in one of the support channels above.

@Dreamsorcerer
Copy link
Contributor Author

Sure, but the bug report is also labelled as ' Something isn't working as expected. Please tell us!'. It is not working as expected. :P

@Dreamsorcerer
Copy link
Contributor Author

https://stackoverflow.com/questions/75636981/target-and-id-are-required-error-with-referencemanyfield

I'm really struggling to see how this can just be an issue with me though. If it's not a bug in the code, then surely there is something missing from the documentation..

@Dreamsorcerer
Copy link
Contributor Author

Solution is to add a source prop which should be the field that is referenced by the foreign key.

This does not appear anywhere in the ReferenceManyField documentation page and is not included in any of the examples. It looks to me like none of the examples should work and would produce the same error I received...

I think this should be reopened to get the documentation fixed.

@slax57
Copy link
Contributor

slax57 commented Mar 10, 2023

@Dreamsorcerer The source prop is documented in the props section of the ReferenceManyField documentation.

As you can see, it has a default value of 'id' which explains why we don't need it in most of our examples.

The fact that you had to explicitely add it to you code probably comes from something specific to your implementation, but in most cases you should be able to omit it.

@Dreamsorcerer
Copy link
Contributor Author

Dreamsorcerer commented Mar 10, 2023

@Dreamsorcerer The source prop is documented in the props section of the ReferenceManyField documentation.

Right, sorry, I must have been looking at the nav menu only. It doesn't have it's own section. Though I'd still suggest rewording it to something like "Source field used for mapping to reference (useful when a foreign key refers to something other than the record's id field)." The current description says it's the property to display, which is clearly wrong, it doesn't display anything from the property.

@slax57
Copy link
Contributor

slax57 commented Mar 13, 2023

Yes you are right, the docs could be better at explaining this prop. I'll reopen this issue as a documentation issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants