#add new shared data using router.get()
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
I want to have data that's get shared between pages, this data is 10 similar result to the controller's params. Is there a way to do this.
You could conditionally share data in the middleware, but difficult to tell without knowing what exactly you're trying to do
I've done the first step that's put the data to shared data. However after reload it pop out a white modal without anything on it