Mateusz Burzyński

Results 1531 comments of Mateusz Burzyński

@LarsDenBakker would you like to take a stab at implementing this through new options that would need to be used for manual chunks case?

@zalmoxisus would u like to get any help with integrating [`redux-saga-devtools`](https://github.com/redux-saga/redux-saga-devtools)? Would love to help in pushing this project forward, although im focused at the moment on reaching v1 with...

When I have time Ill surely would like to reach you and chat on some chat how could we approach this. Gr8 opportunity for the users (and for me in...

I would like to propose a breaking change. I believe that `@babel/runtime` helpers should not get special treatment when transpiled to CJS - at least not for their export shape...

@probablyup note that I'm not a maintainer of this package - just fixed some issues here a few weeks back

It's an interesting case - this is not a valid React element so it doesn't go into this logic: https://github.com/algolia/react-element-to-jsx-string/blob/2c5132e58f69414d7b67e24cd470594656261b7f/src/formatter/formatPropValue.js#L47-L54 A valid React element is a result of the `React.createElement`...

Well, it could still be formatted somehow - since we can recognize that it's not "just an object". But I don't believe printing `` is OK here. The suggested expected...

OTOH - this really could be handled in the same way for any prop. People probably rarely want to see the react element's internal structure in their stringified trees