Open colbyfayock opened 10 months ago
Hi, I'd like to work on this issue
we'll start with the other issue and can work on other issues 1 by 1 unless someone else takes it first. thanks
Hi @colbyfayock,
I would love to work on this.
I just completed the #541 PR
sure thing!
@colbyfayock I have sent in a PR for this.
:tada: This issue has been resolved in version 7.0.0-beta.10 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@colbyfayock I think we can close this.
Bug Report
Describe the bug
A @ts-ignore is currently in place in the cloudinaryLoader function which is what organizes and ultimately helps to build a Cloudinary URL based on Next.js props.
https://github.com/cloudinary-community/next-cloudinary/blob/main/next-cloudinary/src/loaders/cloudinary-loader.ts#L58-L59
Goal wouild be to address whatever type issues are preventing this line from being removed.