riot-bootstrap
riot-bootstrap copied to clipboard
Problem with IE11
FYI when I run the demo in IE11 I get Invalid argument on line 833 of Riot.js. attrName is undefined. This is during riot.mount('app') in an update() call.
if (!attrName) return dom.nodeValue = value
Thanks for reporting!
Any suggestions for getting around this? Having the same problem in my own app.
Just worked out what was causing this in my app.
I had a textarea in one of my components, I had set the value on this tag,which obviously it doesn't have. Weird thing is, only IE11 throws an error.
I couldn't reproduce this error now.
@crisward is this a question about riot-bootstrap? If not, pls open a new issue here.
And show an example on the plunker. http://riotjs.com/examples/plunker/?app=bug-reporter