tuky191

Results 3 comments of tuky191

Hi, had been struggling with same. I found the problem to be in resq module, utils.js/findReactInstance ``` const instanceId = Object.keys(element).find( (key) => key.startsWith('__reactInternalInstance') || key.startsWith('__reactFiber') || //added line below...

Hi @alvarp, I forked baruchvlz/resq, tweaked the code a bit and rebuilt. I really just needed it to 'work' for a proof of concept project I've been working on -...

While working on the project, I've also encountered this problem. Compiled a pulsar (2.7.2) from source so I could debug the sql-worker. When using the json schema, go client marshals...