Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: empty style tag no longer throws error
if `<p style="" />` were to be parsed this invalid `style` prop would reach React and an error would be thrown, stopping rehydration
- Loading branch information