Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor(tabs, tab, tab-nav, tab-title):
getElementProp
is refactored out in favor of inheritable props set directly on parent #7605refactor(tabs, tab, tab-nav, tab-title):
getElementProp
is refactored out in favor of inheritable props set directly on parent #7605Changes from 7 commits
cefb472
9f05d24
7f5a322
3f704d3
44db41f
27c8c25
b322908
4b572a4
c106a94
c64c5fc
c5fa9bf
85c5b5d
88df173
4fba6d2
6fd166b
41fefb6
07d83bf
c17919e
e9a4969
c1500e8
25529f7
5d9254e
e115f45
cf561c7
336ea70
342851e
d939191
c86e482
eac7b60
9bef438
edebe99
b9fd2c7
60a473f
2a1c695
e170cd5
b4bfbdf
9a96bcd
d5af714
55160f8
5cbc0e0
948907a
e29a715
4084fec
596a7b0
ba66370
00d97cc
bb8aa60
4293d25
404cae5
37b877c
d4e508e
c1a9c9d
d2b10fc
9288052
468787e
6aa6c87
52ff51c
ff3defb
3184404
f065e26
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Not for this PR, but it'd be good to replace all selectors using
section
with thecontent
class.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.
Awesome job adding more coverage! ✨🧪🧪🧪✨
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.
✨🏆✨
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 you'll need to update queries to ignore nested tabs.
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.
Queries target all descendants, so this will be an issue when you have nested tabs with different props each. Not sure how common
position
andscale
being different between nested tabs would be, so this could be an edge case.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.
Interim fix, I'll think of a way to have the selector do this for us instead.