-
Notifications
You must be signed in to change notification settings - Fork 550
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
The getter 'type' was called on null. #115
Comments
Thanks for reporting and detailed instructions. The fix is now published in notus |
steps to reproduce
pubspec.yaml
Please note that I had run run output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to Reproduce
When i select an image and press the line button , the error occured
The error occured at 'package:notus/src/document/line.dart' line 28
bool get hasEmbed {
if (childCount == 1) {
return children.single is EmbedNode;
}
assert (children.every((child) => child is TextNode));
return false;
}
The error is failed assertion
Logs
The text was updated successfully, but these errors were encountered: