We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Server side rendering fails at lib/debug.js
lib/debug.js
console.warning('Semantic-UI-React could not enable debug.');
Works in v60.0.4. Appears #518 removed the fix from #365.
The text was updated successfully, but these errors were encountered:
f6d8621
console.warning is not a method in Node. I've replaced it with console.error instead. Releasing a patch, hang tight...
console.warning
console.error
Sorry, something went wrong.
Have a go with semantic-ui-react@0.60.6. There is a browser check now that should resolve the issue.
semantic-ui-react@0.60.6
Yep works now. Thanks!
No branches or pull requests
Server side rendering fails at
lib/debug.js
Works in v60.0.4. Appears #518 removed the fix from #365.
The text was updated successfully, but these errors were encountered: