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 66f2c9d commit b6940b5Copy full SHA for b6940b5
1 file changed
src/components/fields/DataSelector.js
@@ -30,7 +30,7 @@ export class UnconnectedDataSelector extends Component {
30
this.srcAttr = props.attr + 'src';
31
this.srcProperty = nestedProperty(props.container, this.srcAttr).get();
32
this.fullValue = this.context.srcConverters
33
- ? this.context.srcConverters.toSrc(this.srcProperty, props.container.type)
+ ? this.context.srcConverters.toSrc(this.srcProperty, props.container?.type)
34
: this.srcProperty;
35
36
this.is2D = false;
0 commit comments