Closed kareniel closed 7 years ago
In the README, examples using a Button class and were switched to a Component class (I think!) but the word Button was still hanging around in the instanceof check.
Button
Component
instanceof
Oh neat; thanks so much!
In the README, examples using a
Button
class and were switched to aComponent
class (I think!) but the wordButton
was still hanging around in theinstanceof
check.