Skip to content

React Utils - v1.0.6

Choose a tag to compare

@ItsJonQ ItsJonQ released this 11 Jan 18:23
· 19 commits to master since this release

getDocumentFromComponent Fixes

This update fixes null handing for getDocumentFromComponent, specifically
for React v16.

The solution was to improve null handling for dash-get, the lower-level
get module used to retrieve the desired document object.

dash-get has been updated to v1.0.2 with the fix and additional tests
have been added to check for null within the internal React instance
object.

https://github.com/ItsJonQ/dash-get/releases/tag/v1.0.2