Daniel Hara

Results 6 comments of Daniel Hara

I guess this has to do with this jsdom issue: https://github.com/jsdom/jsdom/issues/1636

PR to solve the peer dependency issues: https://github.com/styleguidist/react-styleguidist/pull/2012

Looks like this issue is still happening in version 15.0.0: Input: ```js import React from "https://esm.sh/[email protected]"; import reactElementToJsxString from "https://esm.sh/[email protected]"; console.log(reactElementToJsxString( )); ``` Output: ``` " " ``` To reproduce:...

@armandabric , @yoyoyooo , I've created this PR to fix this bug: https://github.com/algolia/react-element-to-jsx-string/pull/841 🚀

Hi there! Yes, I'm also experiencing this issue and it looks like the bug comes from https://github.com/algolia/react-element-to-jsx-string/issues/301, and I've opened a PR there to fix it.

@armandabric , any feedback on merging this? :)