### Steps to reproduce 1. clone -> npm install -> cd example -> npm install -> if [ -d "./node_modules/reactgenie-lib" ]; then rm -r ./node_modules/reactgenie-lib; fi && npm install --install-links && npx expo start --web 2. Click the round button:  3. Speek anything that would work, like "Add 2 bananas":  4. It looks fine:  5. The browser console reports an error: “Cannot convert undefined or null to object”  6. Speek anything that should work, like "Add one tomato":  7. It stopped working:  8. Same error as step 5:  ### Environment node: v22.2.0 macos: 11.5.1