Carousel Not working

Hi, I am using the visual builder with next js project. I am trying to add an image carousel but it doesn’t seem to be working. It was fine couple of days ago now all of a sudden it is blank currently.

Link to content: https://builder.io/content/db8007e8e7ac4318b1ef7444467ec3fd/edit?activeDesignerTab=3&selectedBlock=builder-30de277d2a2e42fbbd7f8c43069a0bc9

There are lot of errors in Developer console as well. This was not the case few days before.

Please refer to the following screenshot for reference.



Hey @kailash99 make sure to import and install the Builder widgets package. You can run

npm install @builder.io/widgets

on your terminal. And in your React Application import the Builder widgets package as well.

import '@builder.io/widgets';

I am able to see the carousel on my localhost.