Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDATA filed not rendered #33

Closed
iloahz opened this issue Jun 26, 2017 · 2 comments
Closed

CDATA filed not rendered #33

iloahz opened this issue Jun 26, 2017 · 2 comments
Labels

Comments

@iloahz
Copy link
Contributor

iloahz commented Jun 26, 2017

result in console:
screen shot 2017-06-26 at 5 30 12 pm

result in web page using react-inspector:
screen shot 2017-06-26 at 5 30 23 pm

code looks like this:

        let parser = new DOMParser();
        d = parser.parseFromString("<xml><a><![CDATA[http://fdsafsd.com/fdsa?abc=1]]></a></xml>", "application/xml");
        return (
            <Inspector expandLevel={99} data={d} />
        );

can you help take a look?

@iloahz
Copy link
Contributor Author

iloahz commented Jun 26, 2017

created a pr at #34

@ndelangen ndelangen added the bug label Jun 28, 2017
@ndelangen
Copy link
Member

Released with 2.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants