Skip to content

Exceptions

Kwasi Yonkopa edited this page Jun 26, 2019 · 2 revisions

Note: All exceptions are shown as warnings in console, make sure you enable warnings in dev tools > console

SelectorError

This error is thrown when a selector passed to Dash.bind() is invalid or doesn't match any element in the DOM. Below are the configurations that can throw a SelectorError.

  • Dash.config.content
  • Dash.config.viewSelector
  • Dash.config.activeForm

Clone this wiki locally