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
seems like in #6119, false was added as a possible type for title in ListProps.
false
title
For such cases, we should add a support for false value in the <Title> component, which wouldn't create a portal in that case
<Title>
Originally posted by @fzaninotto in #6119 (comment)
but it was not added for EditProps, CreateProps, ShowProps, which causes a type mismatch error.
Can false be added a possible type for title for those components?
The text was updated successfully, but these errors were encountered:
Make sense. Thanks for bringing that up. Can you open a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
seems like in #6119,
false
was added as a possible type fortitle
in ListProps.For such cases, we should add a support for
false
value in the<Title>
component, which wouldn't create a portal in that caseOriginally posted by @fzaninotto in #6119 (comment)
but it was not added for EditProps, CreateProps, ShowProps, which causes a type mismatch error.
Can
false
be added a possible type fortitle
for those components?The text was updated successfully, but these errors were encountered: