Jess Stopa
Jess Stopa
## Summary This adds some useful data to the invalid transition exception. This is quite handy for displaying information to the user about the failed transition. ## Type of Change...
## Summary Currently it's very difficult to pass data to transition hooks. I have this problem when I want to make a transition and the hooks depend on data that...
## Summary This will add functionality that allows the user to use wildcards when defining state changes. This can prove useful if you have a lot of states and you...
## Summary Added support for using an array of statuses when using transitionedFrom(), transitionedTo() and withTransition() methods. ## Type of Change - [x] :rocket: New Feature - [ ] :bug:...
Just added a simple onChange option, as I needed it in my project.
For some reason the move transition stops working when using `track-by="$index"`. It works fine when using track-by with any other existing property, like ie. `track-by="id"`. I've tried taking a look...
First off, I dont have a menu item in "File" that says "Import OpenAPI 3", so I've tried the File, Text and URL options instead. The result is the same....
I noticed an error in my console, because the default URL for css and js is the plugin URI.
### Description From an ActionSheet, I expected to be able to close the ActionSheet and navigate to a modal screen when a button is clicked. ### CodeSandbox/Snack link _No response_...