Skip to content

10.5.12

Compare
Choose a tag to compare
@marvinhagemeister marvinhagemeister released this 26 Jan 22:07
c71a02f

This release includes an enhancement to our devtools integration. Via a babel plugin you can get more readable hook names to show up in devtools instead of dozens of useState hooks in devtools. Check out https://github.com/preactjs/babel-plugin-transform-hook-names for more information.

Before:

image

After:

image

Bug Fixes

Maintenance