Jack Taylor
Jack Taylor
```ts while (true) {} ``` This also errors.
> Optional param ignored if not inline type: > > type Args = 'string' > > function foo(args?: Args) { > // Error > if (args) console.log(args) > } >...
Re conversation in Discord: I ran into an error when hot-reloading a system after I made these changes. I'm not able to reproduce it, but due to it being such...
I don't feel strongly on this issue, but I personally prefer keeping my source code in a cohesive structure that I like, rather than trying to conform to Roblox's datamodel...
Hey @Sleitnick, are you still planning on finishing this up? Thank you!
This would be awesome for extending built-in components with React!