Nacho Aldama
Nacho Aldama
Hi! The idea of this funcionality is to make a list of community created components. We are currently working on this feature and only your own components are visible. We...
Also for `````` I think in TS it retrieves an error about "Admin mode", i didn't find a way to fix it, now i switched to JS
I've tried that, but I don't know why it didn't work. - Update Nevermind, I've put it in the 1st line only 😅
I tried to reproduce this issue but I didn't get problem in the package.json, maybe it was fixed in a higher version? [https://github.com/nachoaldamav/unlink-breaks-manifest-repo](https://github.com/nachoaldamav/unlink-breaks-manifest-repo)
I tried to replicate this error in the latest version (`8.6.12`) and it seems to work fine. In the latest version of the major 7 it throws the following error...
Hi! Do you have the component in the `content` array of the Tailwind config of your app? Something like this: ```js /** @type {import('tailwindcss').Config} */ module.exports = { content: [...
Hi! For reference in case anyone finds this issue, the reason for this issue is that `@mypkg/alt` is not a dependency of `@mypkg/support` so, as the `require.resolve` is running inside...
I tried to reproduce it, but I couldn't, let's try to find some specific configurations. - Which Windows version? (Not only if win11 or 10, the exact version, like `23H2`)...
#124
`fnpm test --runs=10` results ### Astro _Clean_ ✅ Success: 10 ❌ Fail: 0 _Cached_ ✅ Success: 10 ❌ Fail: 0 ### Next.js _Clean_ ✅ Success: 10 ❌ Failed: 0 _Cached_...