Closed Cheehau0659 closed 1 month ago
The deserialize
function in src/model/DataSourceModel.js
returns an error which prevents cmap-js from loading further due to the data
argument being null (papaparse receives a null object and throws and error).
This is somehow an issue with the 2.2.2 version of Mithril, and is most likely caused by a change in the m.request
function.
The cfg
variable in the DataSourceModel
constructor being null results in the promise being rejected, which may result in no data passed to deserialize
.
Update branch currently works fine save for a weird issue with BioMapComponent.js that stops the rendering at some point until the user clicks or drags something.
Issues fixed:
Done.
https://mithril.js.org/changelog.html