Use of class
deviates from standard React practice
#1362
Closed
stevenvachon
started this conversation in
General
Replies: 1 comment
-
Thanks for the report! This is correct. The root issue IMO is incomplete Web Component support in React itself, as I alluded to here. I'm unclear of how to resolve this without writing a custom React wrapper around |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per #865,
class
was defined instead ofclassName
. It's also causing issues with Enzyme'shasClass
method.Beta Was this translation helpful? Give feedback.
All reactions