I am seeing this error for some Dash components I am try to create. In the react component I am allowing arbitrary attributes to be added onto the component but when I try to pass this to through Dash I am getting this exception: TypeError: Unexpected keyword argument 'src'
I think React 16 allows for unknown DOM Attributes. Would it be possible to do the same for Dash?