Adam Tay
Adam Tay
I was encountering the same issue with [email protected] but found reference to this comment. ``` /** * Legacy API of Amplitude SDK - instance manager. Wraps around the current amplitude-client.js...
Any updates on this? Getting the same error message `Cannot set property createElement of [object Module] which has only a getter` This is for a React 17 + TypeScript 4.4...
We managed to get it working by using a default import statement of react/react-dom instead. Not an ideal solution but is sufficient as a temporary workaround for now. Before: ```...
The root cause of this issue is that `git.getMsgFilePath()` returns `.git/COMMIT_EDITMSG`. If husky cannot resolve the directory based on the cwd, the script errors out here `message = fs.readFileSync(messageFilePath, {...
Also experiencing this issue when using lerna - 3 levels down.
@bk201- we publish a shared configuration internally within our org for [husky v4](https://www.npmjs.com/package/husky) which looks something like - ``` // @org/husky-config module.exports = { hooks: { "pre-commit": "lint-staged", "prepare-commit-msg": "jira-prepare-commit-msg",...
+1 for v5 compatibility
Thanks for sharing @danyfu but this workaround would mean having to rely on a run script and losing the ability to run default cli commands. Would be great if cypress...