Renée
Renée
Thanks for looking into this! Do I understand correctly that the issue is because the extracted path is different from the archive file name? I think the commit hash should...
Thanks very much for that research. Sorry it is taking so long to follow up! I'll hopefully find some time to wrap up the open PRs on this repo this...
It looks like you're server-rendering. this component does not support that.
that's impossible to say without a full, runnable example of the problem :)
so really `@u-wave/react-vimeo` shouldn't be loaded at all on the server, as it includes `@vimeo/player` which is a client-side only library. This component can't do anything on the server and...
If you are using `next` I guess you should only import it in client components, but I don't use next myself so I can't say more.
We still need to approve & release the apollo-compiler validation fix and get it out in a public router release (via https://github.com/apollographql/router/pull/4510, just a patch version), and *then* let it...
I am not sure if we have metrics from the new version yet specifically from the operations that were affected before (it's at least not in the nightly analytics rollup...
The option should also be removed from documentation: https://github.com/apollographql/router/blob/23656eac8beba4458f3e994538cf297403edc73c/docs/source/configuration/overview.mdx#L801-L811
@sreekanth370 the same applies here as in https://github.com/browserify/commonjs-assert/pull/51, no?