Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information