Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

v1.3.2

Latest
Compare
Choose a tag to compare
@trotzig trotzig released this 16 Jun 07:49

This patch release makes improvements to error handling. Before, you would see some errors logged like this:

JSHandle@error

With 1.3.2 and onwards, you'll get more actionable errors, something like this:

Error: no such element
at Button (src/Button/index.js145:9)