Replies: 3 comments 1 reply
-
Do you see any errors in your console and are you using fullstack? If you are, it might be a hydration issues. The browser will insert a |
Beta Was this translation helpful? Give feedback.
-
I am able to make my idea work like this:
But I would say that it is a bit dissatisfactory, that one have to make workarounds like this, unless there is some clever reason why one should do this rather than my original approach. Either way I think there should be some kind of error to tell me why, rather than a blank screen. |
Beta Was this translation helpful? Give feedback.
-
I opened this as an issue instead: #4531 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello forum, from this n00b here.
As exercise I decided to write a sudoku solver UI with Dioxus. I am pretty sure that I am doing it wrong. However, instead of giving me an error, this seems to compile fine and then give me a blank white screen. Substitute
grid.read()[i_][j_]
with0
and the blank screen (and functionality that I want) disappears. Maybe someone care to tell me a better way of achieving this.Beta Was this translation helpful? Give feedback.
All reactions