Dave

Results 263 comments of Dave

ok I've just pushed an update to spatialwidget to force the correct down-stream versions align. Could you restart you ression, then ```r remotes::install_github("dcooley/geometries") remotes::install_github("dcooley/sfheaders") remotes::install_github("SymbolixAU/spatialwidget") js

ok this is starting to narrow it down. I'll see if I can carry on debugging tomorrow. Thanks for your help.

Thanks for the report; yes I can reproduce this also. But it's strange it only happens in shiny, and not a standard plot.

I've narrowed it down and the error is coming from the [drag events](https://github.com/SymbolixAU/mapdeck/blob/master/inst/htmlwidgets/mapdeck.js#L99) (which are only available in a Shiny app, hence only getting the error there). I'll keep looking...

I really have no idea what changed in either {shiny} or deck.gl to cause the circular reference, but I've followed the solution [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Cyclic_object_value) and it seems to work. You can...

Notes / Tests: - [x] is this only happening when `repeate_view = TRUE` - [ ] Is it safe / correct to Stringify the `info` object before `Shiny.onInputChnage()` - [...

I've honestly not given it any more thought as this is quite low on my priority list. I'll happily accept a PR if you can get it working?