Patch Changes
-
a62002d: Apply
title
from url on page loadPreviously the document
title
would only update when the frames panel is open.
The title is now correctly reflected from the url on page load. -
cf0fa9e: start: Disable webpack error overlay
Prevent the default webpack dev server error overlay from blocking the preview frames in
start
mode.
Playroom handles its own errors, and this would block the preview frames and need to be dismissed manually.