-
Notifications
You must be signed in to change notification settings - Fork 96
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugSomething isn't workingSomething isn't workingfeature: functionscomposables, functions, mixins and other non-componentscomposables, functions, mixins and other non-components
Description
I see this sometimes in the browser dev tools but it also regularly (30% chance) breaks server frontend unit tests:
Error: `fallbackFocus` was specified but was not a node, or did not return a node
β― getNodeForOption ../../node_modules/focus-trap/dist/focus-trap.js:284:13
β― updateTabbableNodes ../../node_modules/focus-trap/dist/focus-trap.js:410:46
β― Object.activate ../../node_modules/focus-trap/dist/focus-trap.js:866:9
β― useFocusTrap ../../node_modules/@nextcloud/vue/src/components/NcModal/NcModal.vue:384:1
This error originated in "apps/federatedfilesharing/src/services/dialogService.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1. to developAccepted and waiting to be taken care ofAccepted and waiting to be taken care ofbugSomething isn't workingSomething isn't workingfeature: functionscomposables, functions, mixins and other non-componentscomposables, functions, mixins and other non-components