You need to sign in to do that
Don't have an account?

LWC1010: Failed to resolve entry for module error
My web component name is :- 'paginatorLWC'. I am calling this from another web component via : <c-paginator-lwc></<c-paginator-lwc>.
Can somebody suggest what is reason for error : 'LWC1010: Failed to resolve entry for module'. I tried :- <c-paginator-LWC></<c-paginator-LWC> also. I know this is case sensitive.
Thanks in Advance.
Can somebody suggest what is reason for error : 'LWC1010: Failed to resolve entry for module'. I tried :- <c-paginator-LWC></<c-paginator-LWC> also. I know this is case sensitive.
Thanks in Advance.
Greetings to you!
LWC references are case-sensitive. Please refer to the below links which might help you further with the above issue.
https://developer.salesforce.com/forums/?id=9062I000000IDrlQAG
https://salesforce.stackexchange.com/questions/260749/unable-to-understand-and-fix-problem-lwc1010-failed-to-resolve-entry-for-module?rq=1
https://salesforce.stackexchange.com/questions/264383/how-to-refer-child-component-name-in-parent-component-lwc
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas
please use
paginator-l-w-c
because of capitalization rule.
my web component name is 'datatablePickList', i am calling this from another component as <c-datatable-picklist></c-datatable-picklist>
can someone suggest resolution for the issue: /c/datatablePicklist/datatablePickList.js:0,0 : LWC1010: Failed to resolve entry for module "datatablePickList".
Hi Deepesh Dubey,
I hope you found the issue but just in case you have not then you need to use <c-datatable-pick-list></c-datatable-pick-list> instead of <c-datatable-picklist></c-datatable-picklist>.