mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
import * as React from 'react';
|
||||
|
||||
import { deprecationWarning } from '../utils';
|
||||
|
||||
export class ViewManager extends React.Component<{}, {}> {
|
||||
|
||||
componentDidMount() {
|
||||
deprecationWarning('As of @ionic/react RC2, ViewManager is no longer needed and can be removed. This component is now deprecated will be removed from @ionic/react final.');
|
||||
}
|
||||
|
||||
render() {
|
||||
return this.props.children;
|
||||
}
|
||||
}
|
@ -1,3 +1,2 @@
|
||||
|
||||
export { IonReactRouter } from './Router';
|
||||
export { ViewManager } from './ViewManager';
|
||||
|
Reference in New Issue
Block a user