Phillippé
Phillippé
doing () => {state.get()} solved this somehow :shrug: also state.get().anything worked ???
I did a bad job at explaining :P ``` export default function SelectPage() { const selectedOptions = useState([]); const handleChange = option => { //Option are all the options selected...
This one is awesome: https://svelte-french-toast.com/
Good luck with your exams!
I got a simular error. Got it from migrating from webpack v4 to v5
i fixed this in the npm package **magic-admin-esm** by writing "type":"module" in the package.json and making sure that things were linked properly with the .js extension (also by linking to...
> friendly bump, didn't this company raise $27 mil recently, where is it going? sweat_smile > > @FYJen Lmao yeah, I've recently considering moving to MojoAuth instead (havent used it...
@skoshx hahaha yeah this is actually wild, they cant bother to fix a game breaking bug that takes 3 minutes to fix lmao. Ive switched to mojoauth, was a relative...
Going to consider switching to webpack first
@LukasHirt You may also consider using snowpack, i think that is the direction where im heading. https://github.com/snowpackjs/snowpack/discussions/1098