-
Hey nice weather app ☀️
However the main branch is missing two depedencies: `axios`& react-icons
Here's a fix:
```json
"axios": "^1.7.7", #
-
Hi ,
in the feature folder in the Feature.jsx file div class name should be "gpt3__features-container__feature-text"
rather than "gpt3__features-container_feature-text" i think
-
I like the idea of having aboilerplate like this but I do not use typescript and don't plan to.
-
The JSX lexing kicks in after the previous token is considered a *expression prefix* (this works for JSX lexing). So for the colon `:`, JSX lexing mode kicks in
```
let x = { a: T) | number;
// …
-
The user schema asks for an avatar image for every user created the code to handle upload (using multer) and store it somewhere (cloudinary) is written but there is no default avatar image nor a field…
-
```reason
{
/* foo */
;
}
```
refmt as:
```reason
;
```
-
### Description
In frontend/src/components/Layout/Footer.jsx the copyright is static 2023.
![image](https://github.com/user-attachments/assets/9b719a15-8804-4f0f-9bd6-603de8484c0e)
### To Reprodu…
-
### What version of Hono are you using?
4.5.5
### What runtime/platform is your app running on?
Node
### What steps can reproduce the bug?
I want to try out the Client Components as doc…
-
It would be great if dprint could sort props on JSX elements, like this ESLint rule:
https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-sort-props.md
-
### NextUI Version
2.2.9
### Describe the bug
when you add new theme for example purple-dark (example provied by documentation):
```
import type { Config } from 'tailwindcss'
const { nextui } = …