Preserve data type of parameters passed to microfrontend views
danielwiehl opened this issue · 1 comments
danielwiehl commented
Is your feature request related to a problem? Please describe.
Parameters passed via view intent are all of the type string
, regardless of whether a string
, boolean
, number
, null
, or an object was passed. This only applies to URL parameters, not transient parameters.
Describe the solution you'd like
Parameters are of the actual type.