Results 3 comments of Brant

have you tried disabling keys in your Adapter Module? ControlLogix modules can return with errors if keying is set to exact or compatible: https://literature.rockwellautomation.com/idc/groups/literature/documents/at/logix-at001_-en-p.pdf

Comment out `import vueDevTools from 'vite-plugin-vue-devtools'` in vite.config.js then comment out `vueDevTools()` from the plugins ![vite config ts](https://github.com/user-attachments/assets/c685668b-d538-448b-bf85-b993f1b7f74b)

maybe try something like this? I'm not using Astro, but I have vue-konva packaged with my Vue3 project. Not sure what you're targeting by setting null refs. ``` import {...