You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating screen params using setParams of createParam I was excepting that next will executed getServerSideProps but this is not the case.
When using Link or useRouter (push) getServiceSideProps is executed
Example
A button : link href="/?page=2" => getServerSideProps is executed
A button: Pressable onPress => setParams({page:2}) => getServerSideProps is not executed
Expected Behavior
Behavior should be the same
Steps To Reproduce
No response
Versions
- Solito: 4.0.1
- Next.js: 13
- Expo: 50
Screenshots
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Do you want this issue prioritized?
Current Behavior
When updating screen params using setParams of createParam I was excepting that next will executed getServerSideProps but this is not the case.
When using Link or useRouter (push) getServiceSideProps is executed
Example
A button : link href="/?page=2" => getServerSideProps is executed
A button: Pressable onPress => setParams({page:2}) => getServerSideProps is not executed
Expected Behavior
Behavior should be the same
Steps To Reproduce
No response
Versions
Screenshots
No response
Reproduction
No response
The text was updated successfully, but these errors were encountered: