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 am currently in the process of updating our project to the latest version, moving from 1.1.0 to the most recent version available 2.0.1. Our project is built in a class-based component and utilizes the 'withModal' component.
However, during the update process, I encountered an error that is impeding the successful transition to the latest version. The error message I'm facing is
**export default withModal(HandleModalEvents);
^
error - components\utilities\HandleModalEvents\index.js (24:25) @ eval
error - unhandledRejection: TypeError: (0 , faceless_ui_modal__WEBPACK_IMPORTED_MODULE_3_.withModal) is not a function
at eval (webpack-internal:///./components/utilities/HandleModalEvents/index.js:32:127)
at ./components/utilities/HandleModalEvents/index.js**
I would greatly appreciate your guidance or any suggestions on how to resolve this issue. I'm eager to ensure that our project is up-to-date with the latest version and functioning smoothly.
Please let me know if you require any additional information or if there are specific details I should provide to better address this error.
Thanks,
Ripal
The text was updated successfully, but these errors were encountered:
Hello @jacobsfletch ,
I am currently in the process of updating our project to the latest version, moving from 1.1.0 to the most recent version available 2.0.1. Our project is built in a class-based component and utilizes the 'withModal' component.
However, during the update process, I encountered an error that is impeding the successful transition to the latest version. The error message I'm facing is
**export default withModal(HandleModalEvents);
^
error - components\utilities\HandleModalEvents\index.js (24:25) @ eval
error - unhandledRejection: TypeError: (0 , faceless_ui_modal__WEBPACK_IMPORTED_MODULE_3_.withModal) is not a function
at eval (webpack-internal:///./components/utilities/HandleModalEvents/index.js:32:127)
at ./components/utilities/HandleModalEvents/index.js**
I would greatly appreciate your guidance or any suggestions on how to resolve this issue. I'm eager to ensure that our project is up-to-date with the latest version and functioning smoothly.
Please let me know if you require any additional information or if there are specific details I should provide to better address this error.
Thanks,
Ripal
The text was updated successfully, but these errors were encountered: