Open ekafyi opened 2 years ago
It's really a major issue and I too have faced this many times. Thanks for opening an issue on GitHub.
I encountered the same issue with images from Notion SDK : image urls contain security params to be displayed but these params are removed by the plugin. Would it be possible to have a config option for that? Thank you!
Hi, thanks for the great work.
I notice that query parameters in the
src
URL are parsed and passed as props to the underlying API.Example:
Strips off the image parameters and produces these warning:
Is it possible to make the Picture component process the full URL without parsing the query parameters that way?
Thank you!