react-json-reconciler icon indicating copy to clipboard operation
react-json-reconciler copied to clipboard

Allow undefined to be skipped when converting fromJSON

Open adierkens opened this issue 2 years ago • 0 comments

What Changed

Skips over any undefined properties or values when constructing the AST from an object.

📦 Published PR as canary version: 1.3.0--canary.6.127.0

:sparkles: Test out this PR locally via:

npm install [email protected]
# or 
yarn add [email protected]

adierkens avatar May 03 '22 21:05 adierkens