We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38d8ce commit ac08953Copy full SHA for ac08953
src/components/popover/Popover.js
@@ -193,11 +193,6 @@ Popover.propTypes = {
193
*/
194
class_name: PropTypes.string,
195
196
- /**
197
- * CSS class to apply to the Popover.
198
- */
199
- inner_class_name: PropTypes.string,
200
-
201
/**
202
* Used to allow user interactions to be persisted when the page is refreshed.
203
* See https://dash.plotly.com/persistence for more details
@@ -238,13 +233,6 @@ Popover.propTypes = {
238
233
239
234
className: PropTypes.string,
240
235
241
242
- * **DEPRECATED** Use `inner_class_name` instead.
243
- *
244
245
246
- innerClassName: PropTypes.string,
247
248
236
249
237
* Dash-assigned callback that gets fired when the value changes.
250
0 commit comments