Leo Carbajal

Results 7 comments of Leo Carbajal

You might have realized this already but it already works this way: ``` this.unregisterFetch = fetchIntercept.register({ request: async (url, config = {}) => { const fetchOptions = { ...config, };...

I'm seeing the same issue with the taxonomy API out of the box, here's what my log has: ``` 172.17.0.1 - - [17/Apr/2018:20:47:20 +0000] "GET /jsonapi/taxonomy_term/tags HTTP/1.1" 500 74 "-"...

Yeah, sorry. Ultimately, I have a method that makes ajax calls based on various button pushes. This method received some data, looks up an item which may have an optional...

I second this. When I delete a property from an object in state it doesn't get synced up. I.E. ``` { ... projects: { m11: { ... }, m12: {...

Hey @qwales1, thanks for looking. I just got back into the code today, here's how I'm setting up syncState (below). I was thinking about it a little over the weekend...

Here is a repro, I admit it's entirely possible I'm mishandling the delete as I'm fairly new to react, but you can see here if you click "add" after foods...

@qwales1 I was hoping that if possible, but I'll try to work this in! Thanks for looking into it. Are you saying this is largely firebase issue then? (I had...