To upgrade to the latest major versions of elmish and elmish-html it is necessary to drop hooks/time-machine until they can be updated to be compatible themselves.
{
"packages": {
"elmish": "0.14.0",
"elmish-html": "0.12.0",
"elmish-hooks": null,
"elmish-time-machine": null
}
}
To upgrade to the latest major versions of elmish and elmish-html it is necessary to drop hooks/time-machine until they can be updated to be compatible themselves.
{ "packages": { "elmish": "0.14.0", "elmish-html": "0.12.0", "elmish-hooks": null, "elmish-time-machine": null } }