[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…