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
Click the CodeSandbox link in the top-right corner of the examples segment
When the checkmark appears, click it to be taken to CodeSandbox
When CodeSandbox loads, notice that the URLs for the tags have doubled the URL prefix so they are: <Image src='https://react.semantic-ui.comhttps://react.semantic-ui.com/images/wireframe/paragraph.png' /> (NOTE: the double https:// prefix, making the image source URL invalid)
Expected Result
CodeSandbox opens with a working example.
Actual Result
CodeSandbox opens with broken images.
Version
Currently published docs on 2020/04/06.
Testcase
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
gregfenton
changed the title
URL Prefix doubled up in codesandbox.io for Ribbon Label Type example
Broken example in codesandbox.io for Ribbon Label Type example
Apr 6, 2020
Bug Report
Steps
<Image src='https://react.semantic-ui.comhttps://react.semantic-ui.com/images/wireframe/paragraph.png' />
(NOTE: the double
https://
prefix, making the image source URL invalid)Expected Result
CodeSandbox opens with a working example.
Actual Result
CodeSandbox opens with broken images.
Version
Currently published docs on 2020/04/06.
Testcase
The text was updated successfully, but these errors were encountered: