Schmell Mafeet
Schmell Mafeet
Same problem here and also with the size prop as typescript will use ` preact/src/jsx.d.ts ` as typedef instead of the chakra typedefs I also find it odd that this...
Like @pietz I would love to use this in SvelteKit. Currently when using an example from the docs I get `SyntaxError: Function statements require a function name ` and `Auth...
I am still getting `Firestore is not initialized or not in browser` and `SyntaxError: Function statements require a function name` in the console on a new project It doesn't seem...
I am using custom styles like this and have not noticed this. maybe try to remove a class at a time to see if something specific is causing this. Also...
Oh ya I totally forgot that was part of the set up. Thanks
@realgs Ya there is a new way to do it. I guess its more tree-shakeable or something ```js const addressSearchInput = document.querySelector('autocomplete') const options = { componentRestrictions: { country: 'ca'...