Giter Site home page Giter Site logo

nest-remix's People

Contributors

kerryritter avatar maximilianodelgado avatar rudemex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nest-remix's Issues

[BUG]: Remix 1.14.1 regression breaks decorators with BABEL_PARSE_ERROR

Make sure these boxes are checked before submitting your issue, thank you!

  • You are using NodeJs 14 or higher?
  • You have installed all dependencies and tools listed in the documentation?
  • You have searched the existing issues if someone has already asked the same issue?
  • You have read the documentation?
  • Is not a programming question.
  • You are using latest code of Starter?

Description of the bug

The following error is created when using @remix-run/[email protected] reverting back to 1.13.0 manually compiles fine.

//SyntaxError: /home/tns/Code/flipstarter-projects/anyonecanpay.me/packages/server/src/routes/hello-world.server.ts: Support for the experimental syntax 'decorators' isn't currently enabled (6:3):

export class HelloWorldBackend {
  @Loader()
  ^
  getMessage(
    @Query('defaultMessage') defaultMessage: string,
    @Query('counter', ParseIntPipe) _counter: number,

Steps To Reproduce

  1. Set @remix-run/dev to latest version ^1.14.1 in package.json
  2. Execute npm run start:dev

Which version of the app are you using?

0.0.1-alpha6

Additional Information

No response

Code of Conduct

  • I agree to follow the Code of Conduct

[BUG]: react-dom.development.js:86 Warning: ReactDOM.hydrate is no longer supported in React 18

Make sure these boxes are checked before submitting your issue, thank you!

  • You are using NodeJs 14 or higher?
  • You have installed all dependencies and tools listed in the documentation?
  • You have searched the existing issues if someone has already asked the same issue?
  • You have read the documentation?
  • Is not a programming question.
  • You are using latest code of Starter?

Description of the bug

Warning in url http://localhost:3000/hello-world

Display warning :
react-dom.development.js:86 Warning: ReactDOM.hydrate is no longer supported in React 18

react-dom.development.js:86 Warning: Expected server HTML to contain a matching <script> in .
at script
at LiveReload2 (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:7443:3)
at body
at html
at App
at RemixRoute (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:6863:3)
at RenderedRoute (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:4410:5)
at RenderErrorBoundary (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:4775:9)
at Routes (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:4648:5)
at Router (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:4595:15)
at RouterProvider (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:4546:5)
at RemixErrorBoundary (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:6491:5)
at RemixBrowser (http://localhost:3000/build/_shared/chunk-STNH4C2R.js:7793:55)

Steps To Reproduce

I created a basic project with the nestjs cli:

  • nest new nest-demo

Added the nest-remix package
Launch the project with the command : npm run start:dev

Bug warning on the url http://localhost:3000/hello-world

Which version of the app are you using?

v1.0.0

Additional Information

No response

Code of Conduct

  • I agree to follow the Code of Conduct

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.