-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I am having problems using liquid-route with project upgraded from Preact 8 to Preact X;
When visiting /login, nothing is rendered with this:
<LiquidRoute animator={PopAnimation} path="/login" component={Login}/>
but changing it to not use liquid-route, like this, works:
Route path="/login" component={Login} /> or <Login path="/login"/>
liquid-route worked perfectly in Preact 8, but not in Preact X.
I have seen that you have deprecated AsyncRoute, so what is the fate of LiquidRoute?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels