xQuotes

Results 3 issues of 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 ![image](https://github.com/user-attachments/assets/d4ba1110-0d4b-4773-b082-24965e4d3699) config.ts ``` import {...

bug
needs review