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
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
Describe the bug
I am using Vue3 and Vite. I installed the package and try using it in one of my components using the examples given but I got and error saying: ```Uncaught (in promise) SyntaxError: The requested module '/node_modules/lodash.orderby/index.js?v=6db64e0b' does not provide an export named 'default' (at settings.js?v=6db64e0b:5:8)
**Code**
The code with the error is in settings.js on line 5:
import orderBy from '/node_modules/lodash.orderby/index.js?v=6db64e0b'
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using Vue3 and Vite. I installed the package and try using it in one of my components using the examples given but I got and error saying: ```Uncaught (in promise) SyntaxError: The requested module '/node_modules/lodash.orderby/index.js?v=6db64e0b' does not provide an export named 'default' (at settings.js?v=6db64e0b:5:8)
The text was updated successfully, but these errors were encountered: