Description
I'm really enjoying Sileo, but I encountered an issue when using it with Astro + React. When navigating between pages using , triggering a notification causes the layout configuration to break.
The notification does not respect the configured position or styling and instead appears in a default/unexpected position.
Steps to reproduce
- Use Astro + React with
- Navigate to another page without a full reload
- Trigger a notification
- Observe the notification position and layout
###** Expected behavior**
The notification should maintain its configured position and styling regardless of client-side navigation.
Additional context
- The issue only happens after the first client-side navigation.
- After a full page reload, the notification behaves correctly.
- This suggests the configuration may not be reinitialized properly after navigation.
Description
I'm really enjoying Sileo, but I encountered an issue when using it with Astro + React. When navigating between pages using , triggering a notification causes the layout configuration to break.
The notification does not respect the configured position or styling and instead appears in a default/unexpected position.
Steps to reproduce
###** Expected behavior**
The notification should maintain its configured position and styling regardless of client-side navigation.
Additional context