Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Debugging Issue in ThemedMixin #960

@sebilasse

Description

@sebilasse

See https://github.com/dojo/widget-core/blob/master/src/mixins/Themed.ts#L165

I have no (intuitive) idea which of 80 widgets on my page is saying
"Class name "foo" not found in theme"

Could either the stack be included or the widgets name ?
E.g.

if (!themeClassName) {
  console.warn(`${this.constructor.name}: Class name "${className}" not found in theme`);
  return null;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions