Module not found: Error: Can't resolve 'abortcontroller-polyfill/dist/polyfill-patch-fetch'

[Problem/Question]
Hi, I recently implemented the sendbird UI kit to my project. This morning, I did an npm install of the sendbird chat SDK and that’s when I started getting this error:
ERROR in ./node_modules/@sendbird/chat/__bundle-e0824602.js 1:0-60
Module not found: Error: Can’t resolve ‘abortcontroller-polyfill/dist/polyfill-patch-fetch’.
Does anyone know how to fix this?

UIKit Version: 3.4.6
Sendbird/chat: 4.8.0

Hello, @kdotvinn.

There is a known issue regarding the abortcontroller-polyfill plugin with Sendbird Chat SDK v4.8.0, please revert to using Sendbird Chat SDK 4.7.2 with Sendbird UIKit React 3.4.7 or install the abortcontroller-polyfill package seperately.

You can reference the changelogs here on the Sendbird UIKit GitHub repo: sendbird-uikit-react/CHANGELOG.md at main · sendbird/sendbird-uikit-react · GitHub