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
Hi @jacobgraf, thank you for bringing this to our attention. I was hoping you could provide some additional information as I try to reproduce. What version of node installed the dependency?
Does importing imgix.js globally fix your uncaught error:
When importing
import imgix from 'imgix.js';
, setting config options leads to a console error...Uncaught TypeError: Cannot set properties of undefined (setting 'srcAttribute')
If I check
imgix.config
directly in the console, it's there, so it sounds like a race issue? Am I missing something here?The text was updated successfully, but these errors were encountered: