Skip to content

v4.1.1

Compare
Choose a tag to compare
@Harvtronix Harvtronix released this 15 Apr 03:09
· 147 commits to main since this release

Bugfix release! 🐛

  • Devtools was causing problems with React Server Side Rendering.
  • The window object was directly exposed in the module, which caused SSR problems.
  • Now it is guarded behind an appropriate check.