You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the package and even after just importing it ,
import { RNSerialport, actions } from 'react-native-serialport'
its giving these errors: TypeError: Cannot set properties of undefined (setting 'intArrayToUtf16')
TypeError: Cannot read properties of undefined (reading 'actions')
I am trying to run the applications on windows.
The text was updated successfully, but these errors were encountered:
I have installed the package and even after just importing it ,
import { RNSerialport, actions } from 'react-native-serialport'
its giving these errors:
TypeError: Cannot set properties of undefined (setting 'intArrayToUtf16')
TypeError: Cannot read properties of undefined (reading 'actions')
I am trying to run the applications on windows.
The text was updated successfully, but these errors were encountered: