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
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