The “app.extensions()” method returns stale “status” value after disabling a Theme App Extension embed block. The status remains “active” instead of updating to “available”.
Steps to Reproduce:
- Install an app with a Theme App Extension (embed block)
- Call app.extensions() → status returns “available” → true
- Enable the app embed block
- Call app.extensions() → status returns “active” → true
- Disable the app embed block
- Call app.extensions() → status still returns “active” → false
I can’t see the correct status of the block every time open app
