i work with filament v4.7 and i use this package and i get this error please help
Alpine Expression Error: Cannot read properties of undefined (reading 'optIn')
Expression: "async () => {
do {
await (new Promise(resolve => setTimeout(resolve, 100)));
} while (!$refs.map);
attach($refs.map);
}"