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 building with @ionic/[email protected] and @stenci/core get following warning:
[ WARN ] Bundling Warning UNRESOLVED_IMPORT
'@utils/logging' is imported by
./node_modules/@ionic/core/dist/collection/components/datetime/utils/state.js, but could not be resolved –
treating it as an external dependency
And runtime issues
Think the above line should be
import { printIonError } from '../../utils/logging';
These errors have been introduced quite a few times in the past, I wonder if there's some sort of lint check you can do to make sure they aren't re-introduced?
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
ionic-framework/core/src/components/datetime/utils/state.ts
Line 1 in c0e1bf9
When building with @ionic/[email protected] and @stenci/core get following warning:
And runtime issues
Think the above line should be
These errors have been introduced quite a few times in the past, I wonder if there's some sort of lint check you can do to make sure they aren't re-introduced?
The text was updated successfully, but these errors were encountered: