I have a Blazor project where I'm not using your entire library. I have Grid installed and it works grea.
But, I just added Dialog by installing Popup via NuGet.
Now, when I run the app (on a page not using the dialog), I get Resource Not Found errors on these files.
Thanks for the response.
It seems likely there is some combination of factors in my project that's causing the issue.
Do you have any suggestions on how to troubleshoot this?
If Visual Studio is telling me these js files are not found, there must be a way I can track this down, right?
Where would I manually look for them to determine if they're physically there or not? If they're not, where could I download them to manually copy them there?
If they ARE where they're supposed to be, what code or settings might be missing or conflicting that would cause the files not to be found? Maybe I'm missing a reference or a Link to a stylesheet or something?
Is it possible there's a conflict with MudBlazor, which I'm also using? If so, where would I look to solve that?
Thanks for your efforts. I went back to an earlier GIT branch and went back through the steps and it worked this time. I'm not sure what I did to break it in the other branch. But, we're good now.