Lucas Wendland

Results 76 comments of Lucas Wendland

@ramsaptami was the pull request that I sent what you had in mind for the change.

I definitely think that's a good idea, gives the users more options. Though, would this be better as an overall change, I haven't looked at the documentation for all of...

@scopsy I agree we most likely don't need to make any other changes. As for pushwoosh I had just made a template for the new provider and it wasn't letting...

@scopsy I know it's very messy, but I should've gotten rid of the pushwoosher provider API for this Pull Request. If you can merge and close this one I will...

@ainouzgali sure I can try and take on this issue

Here's the pull request I already sent in, once it gets merged you can use that as a tool #1876

It's been 10 days, if you haven't just install vite, worked for me

In TransactionContext.jsx I changed - export const TransactionContext = React.createContext(); So that it had an object inside of the parenthesis like - export const TransactionContext = createContext({}); You also have...

I got mine to start really working, after looking at some videos on useContext, I realized I forgot to wrap the whole application in the TransactionProvider so that each child...