Package + Version
Version:
Browser/OS
N/A
Description
As you can see here, the package.json for the shared package includes a dependency on react-test-renderer.
This appears to have been missed in this PR from a month ago. It should be moved to a devDependency as it is not needed in production and is causing warnings when using clerk.
If someone already has a fork locally and could PR this change, I would appreciate it.
Package + Version
@clerk/clerk-js@clerk/clerk-react@clerk/nextjs@clerk/remix@clerk/types@clerk/themes@clerk/localizations@clerk/clerk-expo@clerk/backend-core@clerk/clerk-sdk-node@clerk/edge@clerk/sharedVersion:
Browser/OS
N/A
Description
As you can see here, the
package.jsonfor the shared package includes a dependency onreact-test-renderer.This appears to have been missed in this PR from a month ago. It should be moved to a
devDependencyas it is not needed in production and is causing warnings when using clerk.If someone already has a fork locally and could PR this change, I would appreciate it.