Reactjs – Framer doesn't see an npm package that exists
I'm creating a framer code component and I want to import a library with the following code: import { registerCoreBlocks } from "@quillforms/react-renderer-utils" import { FormObj } from "@quillforms/renderer-core/build-types/types" I am getting this error: The two libraries have npm packages:…