Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: Fix build caused by https://github.com/inspect-js/has-tostringtag
When try to build or lint my projects, the following error is caused: `has-tostringtag tried to access has-symbols, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.` I researched for the reason and this is what I found: inspect-js/has-tostringtag@999e009 I think `has-tostringtag` should be have `has-symbols` as dependencies, not devDependencies. I workarounded this issue by adding `has-symbols` to monorepo root devDependencies.
- Loading branch information