Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: action.apply is not a function #93

Open
NetPumi2 opened this issue Jan 11, 2022 · 0 comments
Open

TypeError: action.apply is not a function #93

NetPumi2 opened this issue Jan 11, 2022 · 0 comments

Comments

@NetPumi2
Copy link

Hallo,
I just implement v8 into our project and all works fine except storage library we are using react-native-mmkv-storage

Our project shows us this issue: [TypeError: action.apply is not a function] in all functions like this
... export const setItem = async (key: string, value: string): Promise<void> => { try { await MMKVwithEncryption.setStringAsync(key, value); } catch (error) { console.log("Error: ", error) } }; ...

Is there any workaround or way how we can get rid of this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant