lion/docs/fundamentals/tools/singleton-manager/example-fail/index.md
okadurin 70b0241189 feat: initial Astro integration
Co-authored-by: Oleksii Kadurin <ovkadurin@gmail.com>; Thijs Louisse <Thijs.Louisse@ing.com>
2025-10-03 09:37:32 +02:00

789 B

parts title eleventyNavigation
Example Fail
Singleton Manager
Tools
Singleton Manager: Example Fail
key title order parent
Tools >> Singleton Manager >> Example Fail Example Fail 20 Tools >> Singleton Manager

Tools >> Singleton Manager >> Example Fail ||20

In this SPA (Single Page Application) demo you will be able to reproduce the issue.

  1. Click on Page A
  2. Click on block
  3. Click on Page B
  4. Click on unblock => nothing happens
  5. Click on block => both overlays are now blocked

In an real application this would now mean that your users can no longer interact with your application.

Loading App...

import './demo-app.js';