Replies: 1 comment 1 reply
-
I can imagine two possibilities:
I can't imagine why this would change with your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I've moved some time ago to DuckDuckGo as my default browser on my Mac and it work great. Recently I ran axum workspace starter and play with it a bit. The initial example does works in all browsers but I’ve noticed an interesing bug when nesting elements in
view!
macro as follows:With this structure it stops working in DuckDuckGo browser displaying following error in the browser’s console:
Unhandled Promise Rejection: LinkError: import function wbg:__wbindgen_closure_wrapper418 must be callable
. At the same time I can’t increase counter by clicking on the button.I thought DuckDuckGo uses Gecko as its rendering engine like Firefox but either it’s not the case or there’s something else, which breaks the functionality in the browser because in Firefox it still does works.
Does anybody has similar experience or could elaborate how it could be fixed?
Beta Was this translation helpful? Give feedback.
All reactions