Is it normal for the UI to show the correct output while displaying a type error in the console? How can this issue be resolved?
<tr>
<th scope="row">IP address</th>
<td>{{deviceinfo['ip-address']}}</td>
</tr>
ERROR TypeError: Cannot read property 'ip-address' of undefined