@eohjsc/react-native-smart-city 0.3.42 → 0.3.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eohjsc/react-native-smart-city",
3
3
  "title": "React Native Smart Home",
4
- "version": "0.3.42",
4
+ "version": "0.3.44",
5
5
  "description": "TODO",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -218,7 +218,8 @@ const DeviceDetail = ({ route }) => {
218
218
  if (sensorId && !sensorData) {
219
219
  fetchSensorDetail();
220
220
  }
221
- }, [fetchSensorDetail, sensorId, sensorData]);
221
+ // eslint-disable-next-line react-hooks/exhaustive-deps
222
+ }, [sensorId, sensorData]);
222
223
 
223
224
  const fetchRemoteControlOptions = useCallback(async () => {
224
225
  const { success, data } = await axiosGet(