Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Version
4.22.3
Stencil Framework Output Target
React
Stencil Framework Output Target Version
0.7.4
Current Behavior
I have DS in Web Components using @ionic/core
to provide wrappers to React and Vue. I am using react-ouput-target 0.5.3
and for now everything works but when I upgrade to 0.7.4
I am facing with some problems in components that use @ionic/core

Components that not uses @ionic/core
is working fine
Expected Behavior
I need to keep the same current behavior
Steps to Reproduce
- Upgrade
react-output-target
to0.7.4
- Update
stencil.config
to new approach - Change
tsconfig
to
"module": "esnext",
"moduleResolution": "bundler",
- Generate just
esm
modules
Code Reproduction URL
Additional Information
No response