xQuotes
xQuotes
When I wrote a react component `index.jsx` ```js export const SupportCard = (props) => { const { data = [] } = props.props.attrs return ( {data.map((v, i) => { return...
We have `swiper` component like ```jsx ``` Now we change it to web-components ```jsx import { YYSwiper } from './Swipper'; import ReactWebComponent from 'react-web-component'; ReactWebComponent.create(, 'web-swiper'); ``` And use like...
### Link to minimal reproducible example https://github.com/blockscout/frontend ### Summary The login pop-up did not stay in the loading state and did not return any results  config.ts ``` import {...