Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug Report: Nuxt3 import errors #115

Open
2 tasks done
evelinabe opened this issue Oct 26, 2023 · 0 comments
Open
2 tasks done

🐛 Bug Report: Nuxt3 import errors #115

evelinabe opened this issue Oct 26, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@evelinabe
Copy link

evelinabe commented Oct 26, 2023

👟 Reproduction steps

  1. Start a new Nuxt3 project: npx nuxi@latest init <project-name>
  2. Run command npm install "@appwrite.io/pink"
  3. In app.vue, add:
<script>
  import "@appwrite.io/pink-icons"
</script>
  1. Start the dev server.

There's an error message from postcss about too much recursion in the Stackblitz example.
Locally, the terminal gets blank and none of the styling is working.
https://stackblitz.com/edit/nuxt-starter-yqsbtw?file=app.vue

👍 Expected behavior

I expect it to work as per the documentation - that I will be able to use the design system on my pages and in my components.

👎 Actual Behavior

There's an error message from postcss about too much recursion in the Stackblitz example.
Locally, the terminal gets blank and none of the styling is working.
https://stackblitz.com/edit/nuxt-starter-yqsbtw?file=app.vue

bild

From Stackblitz:
bild

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

MacOS

🧱 Your Environment

No response

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

@evelinabe evelinabe added the bug Something isn't working label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant