I am new to this environment.
Attempting to create a simple BLE app similar to the built-in BLE, but with some buttons to send predetermined commands to devices. Using the boiler app, I have been pulling code from the BLE github code and I am close to being done but now I get this error (in title) immediately after launching from nRF Connect. When running "npm install", "npm run build", and "npm test" there are no errors or warnings.
Searching through the .js and .jsx files, I cannot find where this value is instantiated. The error comes from index.jsx line 304: "state.app.adapter.selectedAdapter" in the mapDeviceSelectorState(state, props) function.
I have attached a zip of the code.
Thank youpc-nrfconnect-boilerplate-v1.zip