xml-to-react
xml-to-react copied to clipboard
A utility to convert valid XML documents into React elements.
per @johnkpaul 's suggestion, we should refine the behavior when faced with an invalid XML document. today, `XMLToReact#convert` will simply [log a warning](https://github.com/CondeNast/xml-to-react/blob/9c251af4611b4a2f0901fd4915f2a4f99558748a/src/XMLToReact.js#L55) when supplied with an invalid XML document....
We currently require our consumers to coerce and validate their attributes themselves within their converter callbacks. It may be beneficial to coerce the type of each XML node attribute value...
Currently, we require converters to be defined to do anything. But as of React 16.x (if not earlier?), we can render custom/arbitrary tag names. This means that we can turn...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://redirect.github.com/rollup/rollup)) | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/rollup/1.12.3/2.79.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | ### GitHub...
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [chai](http://chaijs.com) ([source](https://redirect.github.com/chaijs/chai)) | [`^4.1.2` -> `^6.0.0`](https://renovatebot.com/diffs/npm/chai/4.2.0/6.2.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ###...