Last updated

Project 4: Revert

ScheduleFlex Meld
Time allowed2 hours

Revert

The boss was wrong. We didn't sell more pets. Instead, we received 17 messages letting us know we had typos on our website.

Update Realm

Update to the latest version of the RC of Realm.

At the time I write this, it's 0.82.4-rc.1.

Cheat: How to do this

Edit the package.json and replace the version of Realm with 0.82.2-rc.1 (or any other latest version).

package.json
 "dependencies": {
    "@redocly/realm": "0.82.4-rc.1"
  }

We'll always update because we want to test the latest release candidate (until it becomes the minor version).

Feedback

The boss said we should collect a comment for feedback directly on the feedback widget.

Cheat: Link to the docs (better if you try to find it)

Debrief

Debrief on your experience. What made you smile? What did you find confusing?