v0.9.2
- Empty child for
dangerouslySetChildren
is now allowed
Previously, these don't work
htmr('<style></style>');
htmr('<script></script>', { dangerouslySetChildren: ['script'] });
dangerouslySetChildren
is now allowedPreviously, these don't work
htmr('<style></style>');
htmr('<script></script>', { dangerouslySetChildren: ['script'] });