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
I was running some test with v9 on my app, and the virtual slide that we have seem to work, however, it renders the html as a 'string' vs 'html' I took the sample virtual slide example and placed in a loop to display html and return an image but its rendering out the html code vs the actual html.
Am I missing something?
Expected Behavior
When you pass HTML to the slide, it should render the html, not a string of the html
Check that this is really a bug
Reproduction link
https://codesandbox.io/s/twilight-snow-tr1tox?file=/index.html
Bug description
I was running some test with v9 on my app, and the virtual slide that we have seem to work, however, it renders the html as a 'string' vs 'html' I took the sample virtual slide example and placed in a loop to display html and return an image but its rendering out the html code vs the actual html.
Am I missing something?
Expected Behavior
When you pass HTML to the slide, it should render the html, not a string of the html
Actual Behavior
Renders the html as a string
Swiper version
9.05
Platform/Target and Browser Versions
chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: