Back to Clerk

`createIsomorphicRequest` import moved to `/internal`

packages/upgrade/src/versions/core-2/backend/createisomorphicrequest-removed.md

latest403 B
Original Source

The createIsomorphicRequest import was intended for those building custom Clerk integrations for frameworks and has been moved to @clerk/backend/internal to reflect this. Please use caution when using internal imports as they are outside the bounds of semver.

diff
- import { createIsomorphicRequest } from "@clerk/backend"
+ import { createIsomorphicRequest } from "@clerk/backend/internal"