Skip to content

[BUG] some extras in dcc (and table?) not working with dash 1.x imports #1826

@alexcjohnson

Description

@alexcjohnson
import dash_core_components as dcc

dcc.send_data_frame  # doesn't work

The reason for this is that the dash_core_components stub does from dash.dcc import * and the extra dcc.express items imported here aren't included in __all__

There may well be similar missing items in dash_table as well.

Metadata

Metadata

Assignees

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