egoarka

Results 14 comments of egoarka

This issue happens due to `React.StrictMode`. Temporary fix is to disable it.

@mickadoua this snippet solve this problem ```js const removeJsonTextAttribute = function(value, parentElement) { try { const parentOfParent = parentElement._parent; const pOpKeys = Object.keys(parentElement._parent); const keyNo = pOpKeys.length; const keyName =...

@solusipse no, that would be inflexible change manually by sending existed name of endpoint and preferred one delimited by a colon would be way better ```bash # derive *new* formed...

I refactored half of codebase with hooks, and it's more convenient than render props I used to write local state with react-powerplug, right now I don't know, is there any...

Check this out: https://codesandbox.io/s/4z26pmkp87 not sure that it is safe to use

Bumping this issue, special thanks @0x24D for making working solution, I had to compile against it to make work with cutter easier. Can we revive this issue? upd. unfortunately it...

for me it's working fine on i3 version 4.23, I've had to compile code from sources.