-
Notifications
You must be signed in to change notification settings - Fork 98
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(mrc): headers props accept ReactNode #14579
base: develop
Are you sure you want to change the base?
Conversation
ref: 14570 Signed-off-by: Tristan WAGNER <[email protected]>
41e75df
to
bc81f74
Compare
Quality Gate passedIssues Measures |
title?: ReactNode; | ||
subtitle?: ReactNode; | ||
description?: ReactNode; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets discuss with DEsign team if we need to make ReactNode
for title, subtitle & decsription.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
any update about this @anooparveti ?
develop
Description
Related