Inkscape not working with Wayland

The setup window opens successfully but clicking "New Document" freezes the program execution. The following error is displayed in the terminal: (org.inkscape.Inkscape:759837): Gdk-CRITICAL **: 11:06:38.935: gdk_wayland_window_set_dbus_properties_libgtk_only: assertion 'GDK_IS_WAYLAND_WINDOW (window)' failed

Launching with the following command allows the program to run without issue: $ GDK_BACKEND=x11 inkscape

Inkscape works without issue when using x11. AppImage also works with Wayland and x11. The default desktop environment is:

$ echo $XDG_CURRENT_DESKTOP ubuntu:GNOME

Which uses wayland:

$ echo $XDG_SESSION_TYPE wayland