question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WARN [h3] Implicit event handler conversion is deprecated. Route: /_tailwind

See original GitHub issue

Environment

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:closed
  • Created a year ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
vanlingcommented, Oct 19, 2022

https://github.com/nuxt-modules/tailwindcss/pull/545 There is already a PR for this 😃 coming soon i hope ❤️

2reactions
vanlingcommented, Oct 19, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found