You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the nuget package of this project, I notice that ResizeObserver relatively imports the js file (e.g. http://localhost:1/my-path_content/OxyPlot.Blazor/OxyPlot.Blazor.js (no slash in between my-path and _content, but this is probably due to our side format).
As far as I know, most application use the same wwwroot at the root, so using absolute import (/_content/OxyPlot.Blazor/OxyPlot.Blazor.js) facilitates the integration of this awesome library
The text was updated successfully, but these errors were encountered:
When using the nuget package of this project, I notice that ResizeObserver relatively imports the js file (e.g. http://localhost:1/my-path_content/OxyPlot.Blazor/OxyPlot.Blazor.js (no slash in between my-path and _content, but this is probably due to our side format).
The cause of the issue is the relative path import here.
As far as I know, most application use the same wwwroot at the root, so using absolute import (
/_content/OxyPlot.Blazor/OxyPlot.Blazor.js
) facilitates the integration of this awesome libraryThe text was updated successfully, but these errors were encountered: