-
Hello! I've been trying to use this library with an astro project that I'm deploying on GitHub pages, but I have no idea why the build workflow keeps failing. The project runs just fine on my PC. This is the PR: https://github.com/jpkhawam/firasalalam-clinic/pull/61 The following is the error I get when trying to do the build:
I've tried node versions 16, 18, and 20. I've tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The issue was importing the function |
Beta Was this translation helpful? Give feedback.
The issue was importing the function
t
in a React component. Removing the import fixed the issue