Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Issue running react-crisp with vitejs #39

@KannarFr

Description

@KannarFr

https://vitejs.dev/ comes with a very fast build/reload/serve for JavaScript applications. Condidering,

"scripts": {
  "dev": "vite",
  "build": "vite build",
  "serve": "vite preview"
},

It works well using yarn dev but there are errors on modification using yarn build && yarn serve.

Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=object&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

I am not sure this issue is related to react-crisp but maybe you have ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions