-
Notifications
You must be signed in to change notification settings - Fork 64
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
Table
types r17
#2558
base: shaneeza/table-tests
Are you sure you want to change the base?
Table
types r17
#2558
Conversation
|
Size Change: -130 B (-0.01%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
* // @ts-expect-error | ||
* Row.propTypes = {}; |
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.
I think this might fail if someone tries to use styled(Row)
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.
I'm testing styled
in each component spec file, and I also tested a styled
component story in storybook; it seems to work.
✍️ Proposed changes
🎟 Jira ticket: Name of ticket
My initial solution worked in R18 but failed in R17 when a generic forward and generic memo were combined. This is a new reusable implementation.
In this PR
✅ Checklist
For bug fixes, new features & breaking changes
yarn changeset
and documented my changesFor new components
🧪 How to test changes