Open jdnichollsc opened 4 years ago
This is happening because of dependency mismatch.
"devDependencies": { "@types/jest": "23.3.9", "@types/node": "latest", "@types/react": "16.3.9", "@types/react-dom": "16.0.5", "jest": "^23.0.0", "jest-dom": "^3.0.2", "np": "^3.1.0", "react": "^16.3.1", "react-dom": "^16.3.1", "typescript": "^3.3.4000" }, "resolutions": { "@types/react": "16.3.9" },
use these exact dependencies to compile your project.
I want to exclude Ionic core components, to avoid exporting these componentes from my package too (using ionic core as a peer dependency) :)
Hi @jdnichollsc, were you able to solve this issue?
@nurseiit nothing, sorry. We need some instructions to do that from docs 🙏
Hello folks, I'm creating stencil components extending Ionic components, and I'm getting these errors when I try to build the React Components:
Thanks in advance! :)