mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
fix(react): adding dynamic class to ion-page no longer hides component (#22666)
resolves #22631
This commit is contained in:
@ -33,6 +33,7 @@ import TabsContext from './pages/tab-context/TabContext';
|
||||
import { OutletRef } from './pages/outlet-ref/OutletRef';
|
||||
import { SwipeToGoBack } from './pages/swipe-to-go-back/SwipToGoBack';
|
||||
import Refs from './pages/refs/Refs';
|
||||
import DynamicIonpageClassnames from './pages/dynamic-ionpage-classnames/DynamicIonpageClassnames';
|
||||
debugger;
|
||||
const App: React.FC = () => {
|
||||
return (
|
||||
@ -49,6 +50,7 @@ const App: React.FC = () => {
|
||||
<Route path="/tab-context" component={TabsContext} />
|
||||
<Route path="/outlet-ref" component={OutletRef} />
|
||||
<Route path="/swipe-to-go-back" component={SwipeToGoBack} />
|
||||
<Route path="/dynamic-ionpage-classnames" component={DynamicIonpageClassnames} />
|
||||
<Route path="/refs" component={Refs} />
|
||||
</IonReactRouter>
|
||||
</IonApp>
|
||||
|
Reference in New Issue
Block a user