react-cloudinary icon indicating copy to clipboard operation
react-cloudinary copied to clipboard

react components to render cloudinary image and video.

Results 3 react-cloudinary issues
Sort by recently updated
recently updated
newest added

My webpack is failing to compile and 'cloudinary-core' is throwing a bunch of errors regarding lodash: `ERROR in ./~/cloudinary-core/cloudinary-core.js Module not found: Error: Cannot resolve module 'lodash/isPlainObject' in /node_modules/cloudinary-core @...

Hello, I try react-cloudinary, but I can not use options. My code: `` Url returned: `http://res.cloudinary.com/CLOUDINARY_NAME/image/upload/PUBLIC_ID` The cloudinary name (configured with cloudinaryConfig) and the public id are correct. But i...

Hi, I've just started to use this plugin. But, I got the following error when I tried to use `CloudinaryVideo` component: ``` CloudinaryVideo.js:37 Uncaught TypeError: Failed to execute 'insertBefore' on...