We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2dc5d commit 3979a24Copy full SHA for 3979a24
1 file changed
tests/utils/get-element-type.mjs
@@ -62,7 +62,6 @@ describe('getElementType', function () {
62
})
63
64
it('returns raw type when polymorphic prop is set to non-literal expression even with component setting', function () {
65
- // <Box as={isNavigationOpen ? 'generic' : 'navigation'} />
66
const setting = mockSetting({
67
Box: 'div',
68
0 commit comments