Semantic-Org / Semantic-UI-React

The official Semantic-UI-React integration
https://react.semantic-ui.com
MIT License
13.22k stars 4.05k forks source link

Docs site down #863

Closed mbeaudru closed 7 years ago

mbeaudru commented 7 years ago

I noticed the webdocs were down , I don't know if opening an issue for signaling this is appropriate but it may help... 😃

image

levithomason commented 7 years ago

Thanks, checking...

levithomason commented 7 years ago

Fixed in https://github.com/Semantic-Org/Semantic-UI-React/commit/aa8d40935732ec7c13971cc9c7dde06fcb6450fa. We were caching handled props by Component._meta.name but not all components had a _meta property. We now cache on the Component itself, which is what the babel plugin will do once merged, #731.

Appreciate the rapid notice. Doc site tests are on the bucket list, so we don't ship busted docs.