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

Not showing data after main oder list #10

Open
Kythonlk opened this issue Aug 22, 2023 · 1 comment
Open

Not showing data after main oder list #10

Kythonlk opened this issue Aug 22, 2023 · 1 comment

Comments

@Kythonlk
Copy link

image
image

Giving this error after main dashboard page .
Cannot read properties of undefined (reading 'src')

And on console :

WARNING in [eslint]
src\orders\ListItemsField.js
  Line 9:8:  'Card' is defined but never used  no-unused-vars

src\orders\index.js
  Line 5:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export

src\products\index.js
  Line 4:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export

src\refunds\index.js
  Line 3:1:  Assign object to a variable before exporting as module default  import/no-anonymous-default-export

webpack compiled with 1 warning
@zackha
Copy link
Owner

zackha commented Aug 23, 2023

Hi @Kythonlk ,

When I checked, I couldn't identify any issues. The warning in the console doesn't hinder the project's functionality; it's merely an optimization alert. This error could be related to CORS. Could you please provide a screenshot of your browser's console when you run the project? Alternatively, if you prefer, you can share your website's URL, consumerKey, and consumerSecret, and I'll do my best to assist you.

Best Regards,

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

2 participants