-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG]: Error Widget #807
Comments
Occured at When I test with
"m.mentions": {}, "msgtype": "m.text" }, "type": "m.room.message", "event_id": "$hSaNMll_f1WPyegiP6E-wWHLiZliARE77iiPHGQ1K_k", "room_id": "!ehXvUhWNASUkSLvAGP:matrix.org", "sender": "@padreug:matrix.org", "origin_server_ts": 1705250082532, "unsigned": { "age": 49586190 } } ![]() |
I think this is a dup of #805 (HTML rendering issues in the new version?). |
Sorry, have not recognized that it's been already stated with #805! 😯 |
Exception
Invalid argument(s): HTML had 6 top level elements but 1 expected
StackTrace
#0 new Element.html (package:html/dom.dart:533)
#1 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:54)
#2 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#3 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#4 HtmlMessage._linkifyHtml (package:fluffychat/pages/chat/events/html_message.dart:33)
#5 HtmlMessage.build (package:fluffychat/pages/chat/events/html_message.dart:91)
#6 StatelessElement.build (package:flutter/src/widgets/framework.dart:5541)
#7 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5471)
#8 Element.rebuild (package:flutter/src/widgets/framework.dart:5187)
#9 ComponentElement._firstBuild (package:flutter/src/widgets/framework.dart:5453)
The text was updated successfully, but these errors were encountered: