You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect the word Hello to be rendered. But it is not - as it does not appear in the buildChildren function. If I comment out the following line, it works as expected.
tagMatcher(_customWrapperTag):fallbackRender(),
Is this the correct behavior - am I just missing something?
Screenshots:
Expected
Actual
Device details and Flutter/Dart/flutter_html versions:
Device: any
Flutter 3.7.12
Dart 2.19.6
flutter_html 3.0.0-alpha.6
The text was updated successfully, but these errors were encountered:
Describe the bug:
When using
customRenders
, simple non-wrapped text does not get rendered. It has to be wrapped inp
,span
or similar.HTML to reproduce the issue:
Html
widget configuration:Expected behavior:
I would expect the word
Hello
to be rendered. But it is not - as it does not appear in thebuildChildren
function. If I comment out the following line, it works as expected.Is this the correct behavior - am I just missing something?
Screenshots:
Device details and Flutter/Dart/
flutter_html
versions:3.7.12
2.19.6
3.0.0-alpha.6
The text was updated successfully, but these errors were encountered: