Stefan Ionut Ilie
Stefan Ionut Ilie
@UberMC How did you manage to bypass this?
Fixed this by changing in the index.js file from the package from this ``` const propTypes = { allowSkip: PropTypes.bool, allowSpeechReplay: PropTypes.bool, onSpeechEnd: PropTypes.func, onSpeechNext: PropTypes.func, onSpeechReplay: PropTypes.func, speaker: PropTypes.string,...
For any one still facing this, the quickest way to fix it is to add the latest version to `resolutions` And if you are inside a monorepo, just add it...
@Carsten-MaD did you manage to sort this? I'm seeing a similar issue on my `Podfile.lock` file.
@JJ What I personally did, was to remove entirely the `actions/cache` steps from my flow. Otherwise, my release would've still been blocked. What was very weird was that it started...
@pedpess yeah, that might be a way to do it. Might be worth it see if I add back the caching, wether if that fixes the issue
Any updates? Has anyone attempted this? I personally tried adding vitest, and when trying to run a test I am getting ``` SyntaxError: Cannot use import statement outside a module...
Getting the same thing over here!