Skip to content

Commit ec3a1fc

Browse files
fix(action-mapping): import ref from @vue/reactivity to avoid TS2305 in non-component context
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 42472fe commit ec3a1fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers/ActionMapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* SPDX-License-Identifier: AGPL-3.0-or-later
44
*/
55

6-
import { ref } from 'vue'
6+
import { ref } from '@vue/reactivity'
77

88
interface ActionCodes {
99
REDIRECT: number

0 commit comments

Comments
 (0)