Closed zenflow closed 3 years ago
Adds a failing test demonstrating #152
Actually splits the first test case in two, one passing react elements via .fire() (as before), the other passing react elements via .mixin() (the failing case).
.fire()
.mixin()
:tada: This PR is included in version 3.3.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Adds a failing test demonstrating #152
Actually splits the first test case in two, one passing react elements via
.fire()
(as before), the other passing react elements via.mixin()
(the failing case).