kyle-ruan
Results
1
issues of
kyle-ruan
Seems it's not supporting spreading objects at the moment. `const json = { a: "Value A", b: "Value B" }; const jsons = {...json};` This simple code throws error