Can't use Sendbird React UiKit with Next.js 13.4.9 (TypeError: Cannot read properties of undefined (reading 'next'))

[Problem]
I am following the ‘Send your first message’ from documentation. But, it’s not working. The chat list window is always loading and when I want to create a group channel I am getting an undefined error.

[UIKit Version]
3.14.3
[Reproduction Steps]
Just use this-

<div style={{ width: "100vw", height: "100vh" }}>
        <SendbirdApp
          // You can find your Sendbird application ID on the Sendbird dashboard.
          appId={"app_d"}
          // Specify the user ID you've created on the dashboard.
          // Or you can create a user by specifying a unique userId.
          userId={"user_id"}
        />
      </div>

[Frequency]
Always

[Current impact]
Can’t implement the basic chat

** Screenshot**

Bump! Getting the same issue.