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
In general, I think ember-cli-photoswipe should pass only plain JSON objects to photoswipe library, because there might be also other cases in which photoswipe changes input data and thus makes EmberJS freak out.
The text was updated successfully, but these errors were encountered:
MichalBryxi
changed the title
Empty src causes component to crash
Empty src causes component crash
Jun 5, 2016
Steps to reproduce:
src
of some property for the gallery to empty string (anything that does not resolve to image will do).Sample data:
With that data I get following error:
and following stack trace.
I found the line in photoswipe source which causes this.
In general, I think
ember-cli-photoswipe
should pass only plain JSON objects tophotoswipe
library, because there might be also other cases in which photoswipe changes input data and thus makes EmberJS freak out.The text was updated successfully, but these errors were encountered: