mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(): update deps (#19437)
This commit is contained in:
@ -12,7 +12,7 @@ type Props = LocalJSX.IonBackButton & ReactProps & {
|
||||
export const IonBackButton = /*@__PURE__*/(() => class extends React.Component<Props> {
|
||||
context!: React.ContextType<typeof NavContext>;
|
||||
|
||||
clickButton = (e: MouseEvent) => {
|
||||
clickButton = (e: React.MouseEvent) => {
|
||||
const defaultHref = this.props.defaultHref;
|
||||
if (this.context.hasIonicRouter()) {
|
||||
e.stopPropagation();
|
||||
|
Reference in New Issue
Block a user