looker-open-source / create-looker-extension

Create Looker Extensions with zero manual configuration
Apache License 2.0
3 stars 4 forks source link

Accordion2 tag not working in HelloWorld.tsx #19

Open Abhilash42069 opened 3 months ago

Abhilash42069 commented 3 months ago

I've tried including the accordion2 tag along with my dialogflow in HelloWorld.tsx under between the and tag i.e. line no. 44 and line no.45 as follows. <Accordion2 label="ChatBot"> <iframe allow="microphone;" width="350" height="430" src="----">

The iframe seems to be working fine but on adding the Accordion2 tag everything just vanishes. Are there any limitations of Looker with this particular tag?