You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix void element bug (#14)
- Void elements like <img> should not have any children
(even an empty array `[]` counts as children)
- Pass `key` to the `replace` method as the second parameter
- Prevent React "key" warning
- Update tests, mocks, and helpers
- Update README with update on `replace` method
0 commit comments