Corneliu
Corneliu
Well, stuff like: "We've seen this issue before on couple of other scenarios. I'll have [personx] investigate before we raise this ..." or "I'm investigating this .." which is enough...
@charlespockert thanks, that looks nicer.
Hi, I think I've hit the same issue. When used Auth headers I always get rejection from the other party and I think it's the same encoding issue. However the...
Any update on this? I also can't get the table working :(
This seems to do the trick ```jsx // note: No need for { } around the Table import Table from "react-jsonschema-form-extras/lib/table"; ```
Did you try to subscribe to `router:navigation:child:complete` ? that might work for you but I noticed it's very inconsistent in when the event is generated. (e.g. event is missing when...
After a bit more testing around this I can see that when you navigate there are multiple events sent and they are inconsistent. 1. Page refreshes don't generate child:complete 1....