Georgy Malanichev

Results 2 comments of Georgy Malanichev

@JeffGuKang Just had a similar issue with the web-components app. See if pressing A or D brings the panel back.

I can get Playroom to work with Stencil components by adding `defineCustomElements(window)` to the custom `frameComponent.js`: ``` import React from 'react'; import { defineCustomElements } from '../bundles/dist/loader'; import '../bundles/web/build/design-system.css'; defineCustomElements(window);...