Aleksandr Soldatov
Aleksandr Soldatov
This is because `thumbsSwiper` has not been initialized yet. Try this: ```jsx thumbs={{ swiper: thumbsSwiper && !thumbsSwiper.destroyed ? thumbsSwiper : null }} ```
Try this: ```css .swiper-slide-thumb-active img { /* your styles */ } ```
Check if your styles are overwritten by inline css. In my case I did it like this: ```scss .thumbnails { :global(.swiper-slide-thumb-active)::before { content: ''; position: absolute; top: 0; left: 0;...
It's [css-modules feature](https://github.com/css-modules/css-modules#exceptions)
@jonniebigodes Hi, I'm still in. Sorry for the delay, I had a huge amount of work to do. I will continue from next weekend.
> @Saad-Khurshid use InfoBoxF instead It doesn't help https://codesandbox.io/s/interesting-hill-09v5m5?file=/src/App.js
> @aso1datov use this in you package.json `"@react-google-maps/api": "2.7.0",` and then use it like below `{infoWindow && setInfoWindow(null)} > ` I use a different approach: ```jsx const infoBoxOptions = {...
Updating @storybook/preset-create-react-app helped
@MadCcc could you please verify an merge this?
@jaulz could you please add some tests for it?