Hello, I just updated Radzen from 4.33 to 5.0, and this caused the notifications to stop working properly. Now they are displayed as follows:
I have already followed the available documentation.
I´m guessing is something about the way the .js is imported
Here is my index.html:
It is worth mentioning that this is a WebAssembly project.
enchev
July 22, 2024, 4:35pm
2
In your screenshot the proper code for including the JavaScript is commented while the one without the version is active. This might cause caching problems.
1 Like
Thank you for your answer, I already tried it as suggested but the problem remains the same.
enchev
July 22, 2024, 4:40pm
4
Try to clear your browser cache or simply reload with CTRL+F5.
1 Like
OMG, I can't believe I forgot to do that. Thank you so much, that was the problem.