WARN [h3] Implicit event handler conversion is deprecated. Route: /_tailwind
See original GitHub issueEnvironment
Nuxi 3.0.0-rc.12 22:06:35 RootDir: /Users/andreyleonov/Desktop/ddrw/client 22:06:35 Nuxt project info: (copied to clipboard) 22:06:35
- Operating System:
Darwin
- Node Version:
v16.18.0
- Nuxt Version:
3.0.0-rc.12
- Nitro Version:
0.6.0
- Package Manager:
npm@8.19.2
- Builder:
vite
- User Config:
modules
,progress
,vue
,runtimeConfig
,css
,buildModules
,build
- Runtime Modules:
@nuxtjs/tailwindcss@5.3.5
,nuxt-progress@0.1.6
- Build Modules:
@pinia/nuxt@0.4.3
Reproduction
updated from 11 to 12 rc.
Describe the bug
WARN [h3] Implicit event handler conversion is deprecated. Use eventHandler() or fromNodeMiddleware() to define event handlers.
Route: /_tailwind
Handler: (req, res) => {
if (req.originalUrl === withoutTrailingSlash(route)) {
res.writeHead(301, { Location: withTrailingSlash(req.originalUrl) });
return res.end();
}
_viewerDevMiddleware(req, res);
}
Additional context
No response
Logs
No response
Issue Analytics
- State:
- Created a year ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Nuxt 3 / nuxt-image [h3] Implicit event handler conversion is ...
WARN [h3] Implicit event handler conversion is deprecated. Use eventHandler() or fromNodeMiddleware() to define event handlers. Route: /_ipx ...
Read more >Learn About Tailwind CSS's Color and ColorSwatch Constants
Color and ColorSwatch constants which represent Tailwind CSS's default color palette.
Read more >the deferred dom node could not be resolved - You.com
I'm trying to make a chrome extension to fill out forms. So when the extension clicks a button to go to the next...
Read more >Available CRAN Packages By Date of Publication
Date, Package, Title. 2022-12-25, BDgraph, Bayesian Structure Learning in Graphical Models using Birth-Death MCMC. 2022-12-25, dibble, Dimensional Data ...
Read more >v5.5 Release Notes | Documentation - ServiceStack Docs
Register Converters; Ignore Mapping; Support for Implicit / Explicit Type ... NET Framework implementation with the exciting new Page-based routing feature.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://github.com/nuxt-modules/tailwindcss/pull/545 There is already a PR for this 😃 coming soon i hope ❤️
https://github.com/nuxt-modules/tailwindcss/releases/tag/v6.0.0 Just released 😃 can be closed now.