engineersamwell

Results 6 comments of engineersamwell

This is a duplicate of #1341 which is still outstanding at the time of this writing.

I would love to see official integration here!

@davidkpiano The https://github.com/keuller/qwik-xstate/blob/main/src/routes/index.tsx from @keuller above seems like it ticked many of the boxes @wmertens suggested to do.

I'm having the same issue as above with Atlassian's change from a "Parent Link" field to the new Parent Field. With Atlassian replacing the Epic Link field and moving to...

That's correct, in this context I'd want to mock the fetch calls for testing, however that doesn't mean there isn't a scenario in which one would want the action to...

@wmertens Help me understand the QwikCityMockProvider. If I look at https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/runtime/src/qwik-city-component.tsx#L130 and https://github.com/QwikDev/qwik/blob/main/packages/qwik-city/runtime/src/qwik-city-component.tsx#L578 the `actionState` is added as a context so theoretically actions should be able to be called. If...