mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +08:00
chore(many): replace any
types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -2,6 +2,8 @@ import React from 'react';
|
||||
|
||||
import { IonLifeCycleContext } from '../contexts/IonLifeCycleContext';
|
||||
|
||||
// TODO(FW-2959): types
|
||||
|
||||
export const withIonLifeCycle = (WrappedComponent: React.ComponentType<any>) => {
|
||||
return class IonLifeCycle extends React.Component<any, any> {
|
||||
context!: React.ContextType<typeof IonLifeCycleContext>;
|
||||
|
Reference in New Issue
Block a user