web-examples icon indicating copy to clipboard operation
web-examples copied to clipboard

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

Open subashcs opened this issue 1 year ago • 0 comments

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

subashcs avatar Dec 02 '24 11:12 subashcs