Helder Santos
Helder Santos
Regarding the recent closed issue https://github.com/ionic-team/ionic-framework/issues/29056, is there a recomended way to avoid the focus trap on modal?
Would it make sense in the ModalController object's configuration API to have a boolean to activate or not the focus trap? Something like: ``` const modal = await this.modalCtrl.create({ component:...
Any progress on better tree shaking for the near future?
Same here... is there a way have this from npm? Or do i have to monkey path the node_modules source code after install?
Was testing the new version and got the found de same issue. When trying to use the toSVG function I get a TS error: `Property 'toSVG' does not exist on...
Looks good to me! 💯 Thank you.
I think it's related with the node version... The latest LTS seems to crash the build.
I had to downgrade to node version 18.19.0 to make it work.