Skip to content

7.5.1

Choose a tag to compare

@tisto tisto released this 29 Jul 12:31

Bugfix

  • Avoid React hydration complaining about mismatched server output in toolbar. In component rendering, replaced the use of __CLIENT__ with a state-stored isClient, as that is more correct. @tiberiuichim