Type '{}' is not assignable to type 'ReactNode'
with Bitbucket pipelines cache (works locally) -- need to specify @types/react-dom
#309
Labels
kind: support
Asking for support with something or a specific use case
scope: integration
Related to an integration, not necessarily to core (but could influence core)
solution: out-of-scope
This is out of scope for this project
solution: tsc behavior
This is tsc's behavior as well, so this is not a bug with this plugin
solution: workaround available
There is a workaround available for this issue
What happens and why it is wrong
Locally, the build succeeds without any problems, but when included node caches in Bitbucket pipelines, the build fails.
After removing the cached node_modules in the Bitbucket pipelines script, the build succeeds in the container.
Any ideas why?
Environment
Versions
rollup.config.js
`rollup.config.js`:
tsconfig.json
`tsconfig.json`:
package.json
`package.json`:
plugin output with verbosity 3
plugin output with verbosity 3:
The text was updated successfully, but these errors were encountered: