The $ prefix is reserved and cannot be used for variable and import namessvelte #41
Answered
by
umaranis
AxelBriche
asked this question in
Q&A
-
Hi, how have you solved this error inside the svelte-lexical core code please? |
Beta Was this translation helpful? Give feedback.
Answered by
umaranis
Apr 17, 2023
Replies: 1 comment
-
Hi @AxelBriche During import I provide an alias to the function which start with
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
umaranis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AxelBriche
During import I provide an alias to the function which start with
$
symbol:import {$getSelection as getSelection} from 'lexical';