This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
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)