See the https://github.com/FrogTheFrog/moondeck/issues/10 issue. When patching the route it is assumed that every property cannot be null. This assumption should be removed by at least doing a sanity check like this:
I think this could be caused by me preventing navigation to this plugin page by returning null, regardless it should be fixed :)
See the https://github.com/FrogTheFrog/moondeck/issues/10 issue. When patching the route it is assumed that every property cannot be null. This assumption should be removed by at least doing a sanity check like this:
I think this could be caused by me preventing navigation to this plugin page by returning
null
, regardless it should be fixed :)