slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.
MIT License
582 stars 128 forks source link

beamToNamed('/pageB', data : {'a'}) data retrieved from Page A to Page B is lost when Page B is refreshed. #637

Closed rilonmaharjan closed 8 months ago

rilonmaharjan commented 9 months ago

In Page A = context.beamToNamed('/pageB',data:{'a'}) In page B I retrieved the data but when I refresh page B the retrieved data is lost.