Jimmy Chion

Results 3 comments of Jimmy Chion

I second this issue, and will add that fields that are not localized still get an additional nesting to explicitly say which locale it is. While a `getEntries()` query with...

Building off of @schoenwaldnils 's pure map() answer: I was getting linter warnings about React requiring unique keys for each child. Simple fix: ``` renderText: (text: string) => text.split('\n').map((t, i)...

I'm not an expert here by any means, but I was able to get GizmoHelper to have Z be up without touching the PerspectiveCamera `up` prop. You can change the...