개발 환경에서는 기본적으로 활성화되어 있으며, ‘X’ 버튼을 사용하여 비활성화할 수 있습니다.
프로덕션 환경에서는 브라우저 콘솔에서 enableDevTools()를 실행하여 활성화할 수 있습니다. Meta에서도 직접 시도해 볼 수 있습니다. enableDevTools()가 사용 불가능한 경우, 전체 Ember 앱이 로드되지 않는 오류 페이지에 있는 것일 가능성이 큽니다.
앞으로 몇 주/몇 달 내에 더 많은 도구를 추가할 계획이므로 계속 지켜봐 주세요! 피드백이나 도구 아이디어가 있다면 아래에서 알려주세요!
Clicking the icon to show outlets makes Chrome crash, making the page/tab unresponsive. I disabled my Chrome extensions, but it still crashes.
More specifically, it crashes when clicking the icon while on a topic (not only on meta).
On Firefox/Edge, it works but there’s an error in the console:
Multiple connectors were registered for the discovery-list-area outlet. Using the first.
Array [ undefined, "discovery-list-area/kanban-board (discourse/theme-351/discourse/connectors/discovery-list-area/kanban-board)" ]
When viewing a development environment on mobile, the toolbar will appear on the left of the screen so you can use it as normal.
In production environments, you’ll need to call enableDevTools() from the console (or from theme/theme-component javascript) to turn on the toolbar. Note that this has a performance cost, so you shouldn’t do it for all users on a real production site.
You don’t have the mobile toggle in desktop mode. I believe it appears only on mobile or tablet.
Also, this is about the convenience of having all the buttons in the same place.