Bartlomiej Dudzik

Results 39 comments of Bartlomiej Dudzik

Personally I don't think that `` and `{{classic-syntax}}` should be interchangeable for this. Unifying conventions as @Panman82 proposed is completely breaking and would require changes in every dynamic component invocation,...

Thank you @snewcomer It seems like everything's running and the CI just had a hiccup. We'll merge this PR once we'll be able to do a v5 release which currently...

Could you share what is the `error` that you receive in the catch block? At a glance when looking at devise authenticator, it looks like ESA might be forwarding a...

It'll be a bit roundabout then for you, but what you're receiving is the raw `fetch response`. You should be able to do something like this in your catch block:...

Hmm... so there's nothing returned when you call `json()` on the response? Mind that `json()` returns a promise and I've made a small mistake there as well: ``` .catch((response) =>...

Do you still encounter the issue? Currently we're running a custom authenticator in async/await style without issues.

Sorry for a late response. I'm trying to understand the issue, but I don't see so far how it could be happening outside of a gut feeling that it could...

I'll need to take a look at this later with some repros, though unfortunately at the moment we're doing some major internal work, so this will need to wait. But...

I was thinking about doing simply a big 💥 since the work is actually quite simple for the most part. I'd need to see how we could split the work...

Is this still an issue?