v1.9.3
- [0b322d4]
useLayoutSnapshot
was executing it's function in a way that causes layout trashing. The initial value is not generated using a common listener update in a requestAnimationFrame which should perform better. This event will be handled on all listeners so it makes sure that everything is up to date as soon as possible. - [dea07cb] update dependencies, which will update
memoize-one
to version 5.1.1 (from 5.0.0)