You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is correct. This was a design decision, because supplying multiple transforms is a complex case and the library should not assume which transform it should augment with the defaults.
My suggestion is to export your default tranforms object from the file where you initialise this library, and then spread that onto the transform in the array where you'd like them to apply.
If you have a reasonable idea how this could be supported by this library that obviates the above concern we can certainly discuss it.
Thank you for the great work for this very helpful library.
Issue
compileImageTransforms
do not support defaultTransform for array configs Check the following linkThe text was updated successfully, but these errors were encountered: