DataController#toView() should have default value for options parameter #9293
Labels
package:engine
type:bug
This issue reports a buggy (incorrect) behavior.
type:improvement
This issue reports a possible enhancement of an existing feature.
Milestone
📝 Provide a description of the improvement
Some time ago we started to pass
options
parameter (available inDataController#get()
and#toView()
methods. While inget()
it received default value ({}
), it does not have a default value intoView()
. Sometimes we usetoView()
directly and when doing this we have conversion errors in converters that checkconversionApi.options
object. One such place is clipboard handling.Same goes for
stringify()
.The text was updated successfully, but these errors were encountered: