
@deniz-elderenbos
- Member Since
- Mar 19, 2025
- Lessons Completed
- 0
- Comments Contributed
- 0
- Hours Watched
- 0.04
Feed Discussions
Discussions @deniz-elderenbos has started
-
Not able to share flash messages to frontend with inertia
... Read moreI can't figure out how to get flash messages to my frontend with inertia.. // config/inertia.ts sharedData: { notifications: (ctx) => ctx.inertia.always(() => ctx.session?.flashMessages.get('notifications')),