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 looking at a Dojo app's source in dev tools the source mapped modules are listed in a flattened view (they lose the context of the original source folder). This is especially problematic with @dojo/widgets since everything is named index.tsx.
This is fixed in source-map-loader. We should probably update our dependency.
Package Version: 7.0.0
Code
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered:
Bug
When looking at a Dojo app's source in dev tools the source mapped modules are listed in a flattened view (they lose the context of the original source folder). This is especially problematic with
@dojo/widgets
since everything is namedindex.tsx
.This is fixed in
source-map-loader
. We should probably update our dependency.Package Version: 7.0.0
Code
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: