-
### Problem: What is happening?
Button component is passing props to html DOM elements that have no effect on UI [1] and are not recognized by the browser as HTML valid attributes [2]
Styled Com…
-
### Operating system
Windows
### Joplin version
Joplin 3.1.24 (prod, win32)
### Desktop version info
## Version info
```
Joplin for Desktop
Copyright © 2016-2024 Laurent Cozic
Joplin 3.1.24…
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Use a mui-toolpad version equal or higher than 0.1.54
2. Add a custom component from another library that uses styled-componen…
-
The **Contact** Page component is currently not styled.
For an example of how this should appear when styled, please look for the *Corporate Commissioning and Procurement team*'s Contact details at…
-
### Versions
- vite-plugin-federation: 1.2.2
- vite: 4.2.1
Hey guys, I was playing with microfrontends lately and was trying to share styled-components between host and any remote microfrontend…
-
**Current behavior:**
`npm install` fails without --legacy-peer-deps flag due to emotion packages.
```
npm i
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR!…
-
### Current Behavior
Generating a component using @nx/react:component and style set to "tailwind", generates a styled-components template. This causes TS errors in the newly generated component.
…
-
### Which project does this relate to?
Start
### Describe the bug
SSR with `@mui/material`/`@mui/joy` worked flawlessly without any special setup for `@tanstack/start`
-
It would be great if support could be added for styled underlines.
Here's a brief overview:
- `\e[4:1m` straight underline
- `\e[4:2m` double underline
- `\e[4:3m` curly underline
**Note**: t…
-
Using a next-yak styled component with a server component (page.tsx) that defines the Next.js special function [generateMetadata](https://nextjs.org/docs/app/api-reference/functions/generate-metadata)…