We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccae56 commit 7e4e3e3Copy full SHA for 7e4e3e3
1 file changed
src/course-outline/status-bar/NotificationStatusIcon.tsx
@@ -21,6 +21,7 @@ function useDynamicHookShim() {
21
22
async function load() {
23
try {
24
+ // @ts-ignore
25
// eslint-disable-next-line import/no-extraneous-dependencies, import/no-unresolved
26
const module = await import('@edx/frontend-plugin-notifications');
27
const hookFn = module.useAppNotifications ?? module.default;
0 commit comments