Christopher W. Johnson

Results 4 comments of Christopher W. Johnson

The underlying state is properly getting updated but the rendered react components become stale. It looks like a problem with this library's intended usage of wrapping each item field with:...

`allowSyntheticDefaultImports` prevents the error logs in strict mode. ```import * as React from 'react'``` is the official method for importing React in TypeScript. It's how the creators of the React...

I looked into this a little and wasn't able to find a way to listen for the source map changing, at least not through GDScript. I tried adding a call...

Commenting out either or both of the `CSGPrefabUtility.IsPrefabAssetOrInstance` checks isn't fixing the bug for me in 2022.1.10. As a workaround, if I first add an empty CSG Model to the...