FluentToolTip strange behaviour #3522
Answered
by
vnbaaij
parsalotfy
asked this question in
Q&A
-
This code works:
But this doesn't work:(it gives index out of bound/range exception)
The only difference is the fluenttooltip part. other parts are same |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Mar 15, 2025
Replies: 1 comment
-
No, that is not a bug but a standard Blazor thing you need to do when rendering components in a loop. You then create a local variable for the index. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
parsalotfy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, that is not a bug but a standard Blazor thing you need to do when rendering components in a loop. You then create a local variable for the index.