-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
doc: add section about common issues in migration #1148
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1148 +/- ##
=======================================
Coverage 64.57% 64.57%
=======================================
Files 93 93
Lines 4172 4172
Branches 414 414
=======================================
Hits 2694 2694
Misses 1474 1474
Partials 4 4 |
📙 Documentation preview is available from |
outdated ThreeJS. | ||
|
||
To fix this issue, install or update ThreeJS using the | ||
[`three`-package](https://www.npmjs.com/package/three). This should match the version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's very bad actually. Because the version used by reveal is very internal thing. Perhaps we should just use three.js as a common dependency instead of declaring it as a peer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And again. If you want changes immediately available you have to edit the versioned docs as well. There are not a lot of changes in master in comparison to 1.1, perhaps, we can just use the replacement script from documentation/package.json
yarn replace-1.x
There were failures in the examples workflow. This usually means a visual regression test has failed. Image diffs for visual tests can be downloaded as an artifact here. If there are no artifacts there's an error somewhere else in the examples workflow. If you have made intentional changes you can update the image snapshots by running |
No description provided.