Mitchell Spencer
Mitchell Spencer
### Description of the issue: When using react-force-graph (which relies on three-render-objects) in a Next.js project, a SyntaxError occurs because three-render-objects is attempting to import TWEEN from @tweenjs/tween.js using a...
The docs imply that matchstick-as >=0.5.0 is a requirement. As explained here: [https://thegraph.com/docs/en/developing/unit-testing-framework/#tests-structure-050](https://thegraph.com/docs/en/developing/unit-testing-framework/#tests-structure-050) However, using `createMockedFunction()` with `"matchstick-as": "^0.5.0"` with `"@graphprotocol/graph-ts": "^0.27.0"` gives incompatability issues; making the function unusable [(see...