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
This appears to be an issue with the official flutter html library, not with this library. If you believe this is a mistake, let me know and I'll reopen this.
Problem:
I want to use this package to create a basic HTML box for my custom DropZone widget.
If I can directly reach (or target) the widget using
window.document.getElementById("drop_zone")
I will be able to finish it.However, the above code returns
null
.I've also checked via Chrome DeveloperTools and cannot find an HTML element with the
id="drop_zone"
😩Here is the main issue: flutter/flutter#51842
The text was updated successfully, but these errors were encountered: