Posts by harriet • 3 points
3 posts
-
0
votes1
answer256
viewsQ: Styled-Component does not activate style
I’m making a clone of Discord, on TSX, using Styled Components. However when I create the Tyled.ts, I notice by the indentation that the style was not applied. Meu Json: How does it look: As it…
-
0
votes0
answers321
viewsQ: Property 'profileStore' is Missing in type '{}' but required in type 'Readonly<Appprops>'. ts
I wanted to at least print the background red I put on footer.module.scss on index.tsx. I’m using this structure:
-
0
votes1
answer193
viewsQ: How to customize Swiper React.js Arrow in jsx or Styled.Component
I want to customize the Arrows of Swiper, but I found nothing in the documentation. This is the code of my navigation: const params = { navigation: { nextEl: ".swiper-button-next", prevEl:…