Devon Stern

Results 5 comments of Devon Stern

For others who are looking for a workaround for this, we found that calling `preventDefault` on the `mouseDown` event for `ion-item-sliding` did the trick. For React: ``` onMouseDown={(event) => event.preventDefault()}...

This doesn't solve the whole issue of needing a more in-depth example, but there's another thread here with some info on mutations in Apollo Federation: https://github.com/apollographql/apollo-server/discussions/4194#discussioncomment-631331 In case the link...

Thank you for the clarification, @michaelKaefer! There are pieces of that in the documentation but it doesn't put it all together into a cohesive example like you did. Now I...

Thank you for the clarification, @aBurmeseDev In that case, it might be that some other pages need to have their examples updated to match that pattern. For example, on the...

Here is [a barebones example](https://github.com/DevonStern/ionic-react-toast-queue) of how to implement a toast queue in Ionic React.