You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that generateJsProps will produce an incorrect JsMap when one of the values in the Map is a JS constructor (a JavaScriptFunction in the Dart type system). However, jsify() produces the correct conversion. The following changes fix it:
I've found that
generateJsProps
will produce an incorrectJsMap
when one of the values in the Map is a JS constructor (a JavaScriptFunction in the Dart type system). However,jsify()
produces the correct conversion. The following changes fix it:The text was updated successfully, but these errors were encountered: