export const IMAGE_NOT_ERROR_BOUND_SELECTOR = 'img:not([data-error-bound])'; export const DATA_ERROR_BOUND_ATTR = 'errorBound'; export const DATA_ERROR_HANDLED_ATTR = 'errorHandled'; export const BOOL_TRUE_STRING = 'true';