Brant
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 
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 {...