Redux saga is not working in apps script react js project
Author: logeshwaranSelvarajCreated Mar 12, 2024Updated Mar 15, 2024
Hi Team,
Redux saga is not working in the Apps Script React project using Parcel. I am facing the following error:
userCodeAppPanel:22 Uncaught TypeError: Cannot read properties of undefined (reading 'apply') at Fo.n.run (userCodeAppPanel:22:84819) at userCodeAppPanel:22:87878 at userCodeAppPanel:22:88438
Note: Same store setup is working fine in normal react project. Note: Redux reducer is working fine in apps script react js project
My question is whether can we using redux saga in apps script react project or not.
If Yes, Please suggest me the possible solution.
Thanks in advance.
Source: redux-saga/redux-saga