When trying to add a WMS layer from https://data.wien.gv.at/daten/wms?service=WMS&request=GetCapabilities&version=1.1.1 ODIN dies with the following error:
Uncaught TypeError: Cannot read properties of undefined (reading 'filter')
at Object.crs (wms.js:13)
at handleLayerSelected (WMXOptions.js:94)
at onClick (WMXLayerTable.js:30)
at HTMLUnknownElement.callCallback (react-dom.development.js:3945)
at Object.invokeGuardedCallbackDev (react-dom.development.js:3994)
at invokeGuardedCallback (react-dom.development.js:4056)
at invokeGuardedCallbackAndCatchFirstError (react-dom.development.js:4070)
at executeDispatch (react-dom.development.js:8243)
at processDispatchQueueItemsInOrder (react-dom.development.js:8275)
at processDispatchQueue (react-dom.development.js:8288)