Breaking changes on a Patch version (3.15.14)

[Problem/Question]
Version 3.15.14 contains breaking changes (version 3.15.13 works well).
It is great that you introduced new hooks, but you should not remove old ones, change import paths, or make some previously public interfaces internal on a patch release.

See similar issue from 5 years ago: New patch versions break our builds


[UIKit Version]
3.15.14

[Reproduction Steps]
Stuff that breaks now:

import { useSendbirdStateContext } from '@sendbird/uikit-react/useSendbirdStateContext'
// -> is now
import { useSendbirdStateContext } from '@sendbird/uikit-react'
import {
  type GroupChannelProviderProps,
} from '@sendbird/uikit-react/GroupChannel/context'
// -> type doesn't exist there, or in any other file that is exported by sendbird

to name a few…

[Current impact]
Can’t easily upgrade to new version…

Hello @Guy_Guy,

I’m just cross-posting from our support case thread, where we discussed this issue. The exports were accidentally removed, which will be fixed in the next release.

I’ll update your support case as soon as the fix is released.