Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<div>
<header>
<div>
<select value="{surface">
<option value="">(none)</option>
{listSurfaces().map(surface => (
<option value="{surface.id}">
{surface.getGLName()}
</option>
))}
</select>
<label>
<input value="{Visitors.get().indexOf(inspectorVisitorLogger)" type="checkbox">
console logs
</label>
</div>
{headerBody}
</header></div>
detectSurface() {
const surface = listSurfaces()[0];
this.setSurface(surface);
}