NextJS Builder Integration error

The problem was that I was importing BuilderComponent from @builder.io/react and builder from @builder.io/sdk. So I solved it by importing builder also from @builder.io/react and initializing it.