Arthur
Arthur
The :drop property also takes strings and refs. You can do... ``` drop=".drop-area" ``` or ``` :drop="$refs.dropArea" ```
The dynamic import doesn't work for me. I receive an error `Error: Map container is already initialized.` This is the error's callstack: ``` Call Stack NewClass._initContainer node_modules/.pnpm/[email protected]/node_modules/leaflet/dist/leaflet-src.js (4207:1) NewClass.initialize node_modules/.pnpm/[email protected]/node_modules/leaflet/dist/leaflet-src.js...
Same here. Weirdly, this works... ``` supabase .from('selection_assets') .select( ` id, comment, order, created_at, asset: assets ( id, name, is_listed ) `, ) .eq('selection_id', selectionId) .single(); ``` and this doesn't......