Skip to content

Conversation

@anonimusprogramus
Copy link

@Prop({ context: 'config' }) config: Config; is deprecated, replaced with getMode from @ionic/core as used in ionic toolbar and segment component.

Updated and works with
@stencil/core 2.3.0
@ionic/core: ^5.5.2

Ref: breaking changes

```@Prop({ context: 'config' }) config: Config;``` is deprecated, replaced with ```getMode``` from @ionic/core as used in ionic toolbar and segment component. Updated and works with @stencil/core 2.3.0 @ionic/core: ^5.5.2 Ref: https://github.com/ionic-team/stencil/blob/master/BREAKING_CHANGES.md
@liamdebeasi
Copy link
Contributor

Thanks for the PR! This got fixed in #14, so I am going to close this issue out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants