react-element-to-jsx-string
react-element-to-jsx-string copied to clipboard
Turn a ReactElement into the corresponding JSX string
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v4` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rollup-plugin-node-resolve](https://togithub.com/rollup/rollup-plugin-node-resolve) | devDependencies | replacement | [`5.2.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/rollup-plugin-node-resolve/5.2.0/) | This is a...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rollup-plugin-babel](https://togithub.com/rollup/rollup-plugin-babel) | devDependencies | replacement | [`4.4.0` -> `5.0.0`](https://renovatebot.com/diffs/npm/rollup-plugin-babel/4.4.0/) | This is a...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [babel-eslint](https://togithub.com/babel/babel-eslint) | devDependencies | replacement | [`10.1.0` -> `7.11.0`](https://renovatebot.com/diffs/npm/babel-eslint/10.1.0/) | This is a...
in antd is converted to
I have a simple `...` Everything works great except generated html is `` . Instead of `class="table table-condensed"` it remains lower case `classname`. I don't see a correct way of...
"@base2/pretty-print-object": "1.0.2" is in master but not in the latest 15.0.0 version (which uses v 1.0.1) and npm throws errors due to a bug in the old version.
In React, the built-in `` tag is a symbol. Trying to generate JSX for any tags with Symbol-names crashes at the following line because there's no handling for symbols: https://github.com/algolia/react-element-to-jsx-string/blob/master/src/formatter/formatReactElementNode.js#L122...
When loading this module with import() in Node, the CommonJS module was being loaded, resulting in {default:{default:fn}} instead of just {default:fn} as intended. Because the types are only defined for...
json: 10.0.0 dependency has security issues that can be found in here: https://www.sourceclear.com/vulnerability-database/security/arbitrary-code-execution/javascript/sid-25861 We actually are using latest version of react-element-to-jsx-string but json dependency has been causing some troubles, it...