Andrew Shim

Results 2 issues of Andrew Shim

Hi there, I noticed that list operations like `Array.filter` aren't working as expected. Here's a [Codesandbox example](https://codesandbox.io/s/react-jsx-parser-array-operations-issue-21qkfs). The issue is that `list.filter(item => item % 2 === 0)` is returning...

Hi @TroyAlford, thanks for this library. I have a use case where I'd like to spread data objects in the jsx, e.g.: ```