Isaiah Thomason
Isaiah Thomason
Thank you!!!
Mkay. So the issue isn't that TypeScript is rejecting arrays. It's specifically that TypeScript is rejecting an array of objects. @kof Can you confirm whether or not properties are supposed...
If something does need to be fixed, I think it's probably in the `JssValue`'s type, under `jss/src/index.d.ts`
Added one quick amend. I added a small simplification of the TS types. The less people have to understand/think about, the better.
I've been a bit more preoccupied than I originally imagined as of recent. If `withStyles` has already been migrated, then I guess we'd just need the example code like you...
> When you say decorators, you mean I guess actual decorator syntax and I am not sure whats the state of the modern decorators Yes. I'm not fully certain what...
I haven't looked at the [currently last] commit 04e94fb0eace518e4c66e618d495acfa342e4a88 yet, but the preceding commits seem fine. Regarding 04e94fb0eace518e4c66e618d495acfa342e4a88, it might be helpful to split out the prettier changes into a...
Yes, you are correct! > You or anyone else are welcome to add such an example to the docs! I'll try to look into this some time this weekend or...
> I'll try to look into this some time this weekend or next. I think the example shouldn't be too hard to create. Feel free to ping me again if...
Hmmm... At a first glance, the change doesn't appear to be harmful. However, I have seen things behave strangely when something like `Record` or `{ [key: string]: value }` is...