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

[RFR] fix(types): missing resource options label property #7422

Merged
merged 1 commit into from Mar 23, 2022

Conversation

soullivaneuh
Copy link
Contributor

This aim to solve two things:

  1. Using object as type is not recommended as we can not access a
    property without having Typescript yelling this one can not exist on
    object (ts2339)
  2. As specified on the documentation, the label options is available and
    use by the react-admin ecosystem. It should be explicitly defined.

This aim to solve two things:

1. Using object as type is not recommended as we can not access a
   property without having Typescript yelling this one can not exist on
   object (ts2339)
2. As specified on the documentation, the label options is available and
   use by the react-admin ecosystem. It should be explicitly defined.
@vercel vercel bot temporarily deployed to Preview – react-admin-storybook March 23, 2022 18:15 Inactive
@soullivaneuh soullivaneuh changed the title fix(types): missing resource options label property [RFR] fix(types): missing resource options label property Mar 23, 2022
@fzaninotto fzaninotto merged commit 302ec62 into marmelab:master Mar 23, 2022
@fzaninotto
Copy link
Member

Thanks!

@fzaninotto fzaninotto added this to the 3.19.11 milestone Mar 23, 2022
@soullivaneuh soullivaneuh deleted the types/resource-options-label branch May 20, 2022 09:24
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.

None yet

2 participants