I can’t pinpoint exactly when, but somewhere this year the following code has stopped working. It’s not throwing any errors, just doesn’t do anything anymore - I suspect this might be related to this change, but I’m not sure.
The timeline has been updated to use regular Ember/Glimmer components rather than our custom ‘widget’ system, so I’m afraid decorateWidget won’t work there any more.
Instead, you’ll need to use a Plugin Outlet. Right now we have these two:
But if they don’t work for your use case please let us know and we’re happy to look at introducing new ones.