Albert
Albert
I'm setting the `initialHeight` or `minHeight` with `minRows={2}` but it's not exactly. There is a possibility to add an initial height.
### Environment - Operating System: Darwin - Node Version: v21.7.3 - Nuxt Version: 3.16.2 - CLI Version: 3.24.1 - Nitro Version: 2.11.8 - Package Manager: [email protected] - Builder: - -...
### Environment - Operating System: Darwin - Node Version: v21.7.3 - Nuxt Version: 3.16.2 - CLI Version: 3.24.1 - Nitro Version: 2.11.8 - Package Manager: [email protected] - Builder: - -...
https://github.com/lonekorean/wordpress-export-to-markdown/issues/163
Currently, the code removes all target blank by default. Can we add this code as an optional, in order to open the external links in a new window This code...
The plugin is the best I've found on the Internet. The only thing missing is to export the [footnotes](https://www.markdownguide.org/extended-syntax/#footnotes). It would be great if you could add support to it,...
**Describe the bug** In V4, the icon displays the size and color based on `size-[size]` and `text-[color]` className. In V5, it doesn't work. **Reproduction** - This is the [V4 code](https://github.com/albertcito/nativewinds/blob/main/v4/App.tsx)...
**Describe the bug** This is the component in [v4](https://github.com/albertcito/nativewinds/blob/main/v4/components/AvatarSquare.tsx) and [v5](https://github.com/albertcito/nativewinds/blob/main/v5/components/AvatarSquare.tsx). Both of them are exactly the same. But those look different: | V4 | V5 | |----------|:-------------:| | ...
When I added `"jsxImportSource": "nativewind"` to the `tsconfig.json` file. NextJS returns an error: > Module not found: Can't resolve 'nativewind/jsx-dev-runtime' If I remove that value from `tsconfig.json`, the button is...