Patrik Oldsberg
                                            Patrik Oldsberg
                                        
                                    Nice, this is indeed gonna be a great addition! 👍 Couple of questions/comments: 1. Could you elaborate a bit more on the role of the `NotificationContext` and why you suggest...
np! 1. Even with a `notification-backend` in the picture you'd anyway most likely want to abstract the read receipts behind some API right? Figuring that if we're gonna do read...
Thank you for reporting, good find! 👍 The `useMemo` is triggering because `emptyContent` is switched on every render of the parent, since it's a new `empty` every time. One solution...
@juvi07 hmm, did you try that in a setup where you had the `emptyContent` element update on each render? For example this one: https://github.com/backstage/backstage/blob/1bdcf6bb7a84ce628b8c8a146585e2b9bdcab0e5/plugins/vault/src/components/EntityVaultTable/EntityVaultTable.tsx#L111
Makes sense to have something for this! 👍 I'm thinking it could make sense to include all packages with a `"backstage"` field in their `package.json` by default? Just for safety...
Closing as fixed by #23007, thank you @deepan10! 👍
For the immediate fix please deduplicate the installed packages as suggested by @benjdlambert, but a more permanent fix is on the way in #22835 too.
@CerosDev, what versions of the `@asyncapi/*` packages do you have installed? Have you tried updating them?
@freben yep 👍
@aramissennyeydd 👍 > only dynamically import external files Could you elaborate a bit on this? do you mean that `import(...)` would only get forwarded if the target is relative? We'd...