locatorjs icon indicating copy to clipboard operation
locatorjs copied to clipboard

bug: Does not work with latest next.js + App Router

Open kodi opened this issue 1 year ago • 2 comments

Where the bug happens

  • [X] Browser Extension
  • [ ] Library
  • [ ] Other

your browser

Chrome Version 117.0.5938.132 (Official Build) (arm64)

Describe the bug

With the latest next.js (made with official generator)

Select the app router + typescript.

There is no babel, and the build is now handled with SWC compiler.

Is there a way of making locator.js work with this new setup, without installing babel stuff, because as soon as Next.js detects babel.rc file, it disables SWC compiler, and I guess this is a no-go for many developers!

Making locator.js work with lates Next.js would be really important, imho :)

kodi avatar Oct 09 '23 14:10 kodi

I have this problem with the Firefox extension as well. Firefox: 122.0.1 (64-bit)

VulcanTech-io avatar Feb 12 '24 18:02 VulcanTech-io

Any updates or ways to make it work?

jeanpfs avatar Jun 26 '24 15:06 jeanpfs