Hello
I've run into an issue with a web part and the community forum pointed me here I'm trying to use an accordion web part in Sharepoint and I have followed the instructions to set up my development environment and created the HelloWorld web part. I have since created other web parts using the github repository with success.
To create the accordion web part I have followed the instructions herehttps://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/add-jqueryui-accordion-to-web-part and I also watched and followed the video to make sure I had done everything correctly. However, when I run 'gulp serve' to test it in the local work bench I can select it but instead of seeing the accordion it looks like the HelloWorld web part but with the accordion web part name (which is jQuery). I am running gulp serve from the location of the accordion web part which is C:\Users\username\Documents\IT\Sharepoint\jquery-webpart
What else can I try to get it to display the accordion as shown in the instructions?
Sorry it won't let me post images or links.