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
Bundling of java script files encounters errors.
I use https://github.com/madskristensen/BundlerMinifier for bundling java script and css files in visual studio. But it gives me some errors. I've searched the web and it seems there is a problem with chart.js library and it is fixed. But you need to update the chart.js library.
Please check these links for more information: https://stackoverflow.com/a/57428266 chartjs/Chart.js#6143
And i may be wrong with the source of problem, you may need to further investigate it, but there is a problem.
This is one of the errors, other errors are similar but with different variable names:
"Strict-mode does not allow assignment to undefined variables: r"
The text was updated successfully, but these errors were encountered:
Bundling of java script files encounters errors.
I use https://github.com/madskristensen/BundlerMinifier for bundling java script and css files in visual studio. But it gives me some errors. I've searched the web and it seems there is a problem with chart.js library and it is fixed. But you need to update the chart.js library.
Please check these links for more information:
https://stackoverflow.com/a/57428266
chartjs/Chart.js#6143
And i may be wrong with the source of problem, you may need to further investigate it, but there is a problem.
This is one of the errors, other errors are similar but with different variable names:
"Strict-mode does not allow assignment to undefined variables: r"
The text was updated successfully, but these errors were encountered: