Sergio Herrera
Sergio Herrera
I cannot see any reload button inside extension.  As extra information, I installed last version from Chrome Web Store (2.0.9). Also, the tutorial shown in webpage talks about normal...
I'm reloading window, TamperDev doesn't show any button to reload and, if I have TamperDev focused and press F5 to reload, TamperDev window closes automatically
If I reload on TamperDev window, it closes automatically without reloading browser window. If I reload on browser window, it also closes TamperDev extension and lost all work done with...
> When building for standalone mode (Output File Tracing) the runtime config does get baked into the server bundle at build-time. I stumble upon this problem when building a Docker...
> @sergiohgz Don’t use `serverRuntimeConfig` or `publicRuntimeConfig` as [any values set in `next.config.js` will be baked (“serialized”) into the build at build-time](https://nextjs.org/docs/advanced-features/output-file-tracing#:~:text=Note%3A%20next.config.js%20is%20read%20during%20next%20build%20and%20serialized%20into%20the%20server.js%20output%20file.%20If%20the%20legacy%20serverRuntimeConfig%20or%20publicRuntimeConfig%20options%20are%20being%20used%2C%20the%20values%20will%20be%20specific%20to%20values%20at%20build%20time). > > * For `serverRuntimeConfig`, just read from...
This is a big issue relative to typingm due to redefining children of react module. This is not a good practise, as it breaks other typings. ```typescript This JSX tag's...