Patch Changes
-
#442
f1f8fbfThanks @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
1a464a1Thanks @michaeltaranto! - Evaluatescopein the context ofFrameComponentEnsure the provided
scopeis 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 theFrameComponentand retrieving its value viascope.