Patch Changes
-
#442
f1f8fbf
Thanks @michaeltaranto! - Ensure code populates the editor on page loadResolves a timing issue where code would not be populated into the editor on page load in some browsers.
-
#443
1a464a1
Thanks @michaeltaranto! - Evaluatescope
in the context ofFrameComponent
Ensure the provided
scope
is evaluated within the context of the providedFrameComponent
.
This was a regression in the recent refactor, and fixing it enables usage of React Context by wrapping a Provider in theFrameComponent
and retrieving its value viascope
.