You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Giving this error after main dashboard page .
Cannot read properties of undefined (reading 'src')
And on console :
The text was updated successfully, but these errors were encountered: