-
Notifications
You must be signed in to change notification settings - Fork 8
Description
We're trying to use CS:CI for a React component for the first time and running into an interesting error that maybe y'all can help with.
Here's the base sandbox which is working fine:
https://codesandbox.io/s/npm-embeddable-explorer-zotwkv
Here's a PR which uses that sandbox in its sandbox config:
apollographql/embeddable-explorer#31
The packages in that build can be installed and work in an npm project. However, the actual sandbox fork says the module is missing. When I look into the sources, I don't see @apollo/explorer anywhere in the node_modules like I'd expect. Here's a screenshot of what I'm looking at:
In the original sandbox, the @apollo/explorer module does show up in the node_modules.
Hopefully that's helpful, let me know if you need any more info from us.