Craig Petzel
Craig Petzel
This is related to https://github.com/typestack/class-transformer/issues/282, where they realized they were missing the `emitDecoratorMetadata` compiler option... According to [the docs](https://www.npmjs.com/package/class-transformer#working-with-arrays), it should be possible to work with an ES6 map like...
I often create a `machine.types.tsx` file that contains all of my states, events, and the type of machine. I then use these values/enums in separate machines based on platform... Example......
### The following machine does not render anything in the visualizer... ```javascript enum States { init = 'init', done = 'done', } enum ConditionNames { One = 'One', } const...
In version 4, XState changed the functions that are exported from the `actions` module. `toEventObject` was removed. Here is the commit https://github.com/davidkpiano/xstate/commit/5dd4ca6f8a6e4d615a8db9fd310e228a8ed3bef8#diff-f41e9d04a45c83f3b6f6e630f10117fe I forked XState and added back the missing...
### Description When using the useAnimatedSensor hook, the native vm will crash whenever the javascript VM is reloaded (when using development reload, or when using Codepush (it reloads the VM...
When using the VSCode visual editor, changes are not applying to the source file. I've tried disabling and uninstalling the plugin, with no luck. Here is the stack trace error...