Jonathan Ngbonga
Jonathan Ngbonga
> The cause of the issue stems from this line: > > https://github.com/BinarCode/vue-form-wizard/blob/cfc12ce1dcee2487cba41386415c3660259429fd/src/components/FormWizard.vue#L238 > > Vue 2.6 caches slot functions. All slots are now functions and `this.$slots[name]` may return stale...
> > Modals are portalled (and lazy). Refs are only available when the modal is open (the content is only rendered when the modal is open). > > To disable...
One work around (if using ionic) would be to generate a [New color](https://ionicframework.com/docs/theming/colors#new-color-creator) (e.g: iconColor) then prop it to your icons
@NetanelBasal I can see the [new implementation](https://opensource.salesforce.com/akita/docs/enhancers/devtools#usage) on the docs but not sure where to place that code. can we have a reference like which file should the snippet go...
> To the app providers can we have a full example, please?
Thank you
Hi I'm still getting `error: cannot find symbol import androidx.core.content.LocalBroadcastManager;` after following @petrot hack
did you set `imageQuality` to 100? The default is set to 90
I'm having this exact error in ng13 > @AlokTakshak I had the same problem and for me, the fix was to in the angular.json set the "defaultProject" field to the...
@dodomui I'm not able to run any transactions. My app crashes with the following message on iOS `Error: Uncaught (in promise): Error: Service firestore is not available getImmediate@capacitor`. I'm just...