Releases: developit/preact-svg
Releases · developit/preact-svg
1.4.0
- Preact 3.0 no longer incorrectly calls
componentDidUpdate()
after initial render.preact-svg
now uses asetState()
callback to emulate the behavior. The old hook is still present, meaning this fix is backwards-compatible for all versions of Preact.