James Wainwright

Results 25 comments of James Wainwright

Did you find a workaround for this? I am assuming the workaround will be to utilise a ref on the said input & focus into it manually?

Im also getting this - Did u figure out what was wrong?

> I've just noticed that we're still receiving all traces, but it looks like that express isn't recognised anymore. > > @guidev Did you figure out why this was happening?...

Hey @guidev I tried adding the loader (I am on Node 16.16.0) and I am now getting another error: ``` node --experimental-specifier-resolution=node --experimental-loader dd-trace/loader-hook build/src/index.js (node:47552) ExperimentalWarning: --experimental-loader is an...

It seems like there is an issue with the import-in-the-middle library, it cannot handle import assertions. i.e. `import contracts from './package.json' assert { type: 'json' };`

This issue has been fixed in: https://github.com/DataDog/dd-trace-js/tree/v3.3.1 🕺

Any update on this? Im having the same issue

@kikoseijo Do you get a redscreen error when graphql returns an error? This is what's happening to me and I can't seem to catch it anywhere 🤔