slovnicki / beamer

A routing package built on top of Router and Navigator's pages API, supporting arbitrary nested navigation, guards and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rilonmaharjan opened this issue · comments

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.