Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Container): on the website error: Container is not defined #2684

Closed
Abusoss opened this issue Mar 27, 2018 · 4 comments
Closed

fix(Container): on the website error: Container is not defined #2684

Abusoss opened this issue Mar 27, 2018 · 4 comments

Comments

@Abusoss
Copy link

Abusoss commented Mar 27, 2018

Steps to Reproduce

  1. Go to https://react.semantic-ui.com/elements/container
  2. Edit any exemples with the edit code widget(just a "Space" somewhere is enough)

Expected
Changes in the view

Result
error:
"Container is not defined "

At the bottom of any example

Testcase
Not needed the probleme is on the the website.
Ps: no adblockers

@levithomason
Copy link
Member

It seems the recent update to the regex for the code editor has broken things. This comment at the top of the file is confusing the parser:

/* eslint-disable max-len */

@levithomason
Copy link
Member

See the change here. We need to update this to properly grab the body of the example.

rtmruczek added a commit to rtmruczek/Semantic-UI-React that referenced this issue Apr 6, 2018
@levithomason
Copy link
Member

Fixed in #2706

@levithomason
Copy link
Member

Released in semantic-ui-react@0.80.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants