Daniel Melanson
Daniel Melanson
I discovered this behavior when I accidentally had a `{""}` inside one of my JsxFragments in `v1.2.7`, Code compiled fine, but emitted something similar to: ```lua for _k, _v in...
Callstack: ``` Error: Assertion Failed! This is a compiler bug! Please submit a bug report here: https://github.com/roblox-ts/roblox-ts/issues at assert (/home/daniel/.nvm/versions/node/v17.3.1/lib/node_modules/roblox-ts/out/Shared/util/assert.js:7:15) at createJsxAddChild (/home/daniel/.nvm/versions/node/v17.3.1/lib/node_modules/roblox-ts/out/TSTransformer/nodes/jsx/transformJsxChildren.js:161:25) at transformJsxChildren (/home/daniel/.nvm/versions/node/v17.3.1/lib/node_modules/roblox-ts/out/TSTransformer/nodes/jsx/transformJsxChildren.js:236:38) at transformJsxFragment (/home/daniel/.nvm/versions/node/v17.3.1/lib/node_modules/roblox-ts/out/TSTransformer/nodes/expressions/transformJsxFragment.js:14:53) at...
> The regression is actually the fixing of the previous issue, which would try to pass the string to `pairs`. But this then exposed the issue that strings were not...