mike douges
mike douges
Right now you need to enter all values to have it flushed to the scene. Ideally we can do better than this.
See: https://docs.statsig.com/client/javascript-sdk/migrating-from-statsig-js/ While we're doing that let's also move away from the client side initialization. Instead we should be initializing once in the Node.js layer and then passing down the...
Creating from https://github.com/trytriplex/triplex/issues/174
When opening a component that has missing required props, and if they can't be auto-inferred by #33, then they're left with a manual step needing to create a component and...
Currently they show "null" when a fallback is rendered. We need to decide what the appropriate "object" should be in the scene and then add it so users know when...
Common methods of declaring some props are to use simple math, for example rotation and using Math.PI. To make using these kinds of prop declarations easier Triplex needs to support:...
Generally looks like a port issue but I haven't narrowed it down just yet.