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

Invalid Import of index.css file that does not exist in dapps example #786

Open
subashcs opened this issue Dec 2, 2024 · 0 comments
Open

Comments

@subashcs
Copy link

subashcs commented Dec 2, 2024

Problem Statement:

Detected invalid import of index.css file (which does not exist) in "dapps/appkit/react-solana/src/main.tsx".

import './index.css'

Steps to replicate

  • Run the DApp located in the folder "dapps/appkit/react-solana"

Observed issues

  • react-solana DApp example fails to load due to invalid import.
  • after removing the import styling issues are observed on the UI

Proposed Solution

  • Add the "index.css" file or remove the file import and fix the styling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant