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
Hello, I've been using your package for a React project that was based on the Create React App framework and have had no issue utilizing it. Since the framework is deprecated and has security issues, I need to migrate our project to Vite.
Unfortunately, I encountered the following error when attempting to run it:
Following the link mentioned in the warning above, I see that the issue is caused by a Node module, events, being used. Since Vite does not automatically apply polyfills, this error appears.
Though I could install the polyfill to fix this issue, I noticed that the Readme mentions this package is meant to be compatible with browsers, so I wanted to open this issue.
The text was updated successfully, but these errors were encountered:
Thanks for writing. Please migrate your application to use @hebcal/core which is actively maintained. The API in @hebcal/core is very similar, but not identical, to the no-longer-maintained hebcal package.
Based on the error message you posted above, it appears that you are still using the deprecated hebcal API, which hasn't been updated in 4+ years.
Hello, I've been using your package for a React project that was based on the Create React App framework and have had no issue utilizing it. Since the framework is deprecated and has security issues, I need to migrate our project to Vite.
Unfortunately, I encountered the following error when attempting to run it:
Following the link mentioned in the warning above, I see that the issue is caused by a Node module,
events
, being used. Since Vite does not automatically apply polyfills, this error appears.Though I could install the polyfill to fix this issue, I noticed that the Readme mentions this package is meant to be compatible with browsers, so I wanted to open this issue.
The text was updated successfully, but these errors were encountered: