Alexey Lyakhov

Results 339 comments of Alexey Lyakhov

Currently I use Typed CSS Modules VSCode extension to generate d.ts files for each css/scss file. It helps a lot to find undefined classnames and fails build if somebody removes...

@imjared This is current working branch, I'm moving examples from gatsby to vite/remix Also going to replace react-styleguidist with docosaurus. You can help with removing styleguidist and installing docosausus,

@ezezuviriapunchlist Have you tried to update react and/or @react-google-maps/api version

@hoangviet1112 please look at your browser logs for errors. Also please do not post unformatted code. Provide a link to minimal reproduction in codesandbox.io for example

The code is typescript, but you are trying to run it as javascript. Either remove types from the code and rename it to jsx, or rename file to tsx and...

@bleriotnoguia maybe post an issue in official google maps issue tracker? I do not have capacity to work on functional in near future, if you can provide a PR, I'll...