Git Product home page Git Product logo

react-crisp's People

Contributors

dependabot[bot] avatar guillaumeoj avatar jd avatar sileht avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

react-crisp's Issues

Blank page when load react-crisp

Expected Behavior

Have Crisp on the page

Actual Behavior

Blank page

Steps to Reproduce the Problem

  1. Create custom 'componnent':
import React from "react";
import Crisp from 'react-crisp';

export const CrispComponent = () => (
  <Crisp
    crispWebsiteId="ID"
    safeMode
  />
);

export default CrispComponent;

IMAGE 2021-06-20 23:59:30

Issue running react-crisp with vitejs

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?

Duplicate Scripts in header

Hello, when I look at my header file I see multiple connections to crisp.

I am wondering if there is a duplication bug or something?

image

Kind regards Chris

Wrong react prop warning

React emits the following warning.

     Warning: Failed prop type: Invalid prop `attributes.user:email` supplied to `Crisp`.
          at Crisp (/home/sileht/workspace/mergify/mergify.io/node_modules/react-crisp/dist/crisp.js:884:82)
          at App (/home/sileht/workspace/mergify/mergify.io/src/App.jsx:24:32)
          at Router (/home/sileht/workspace/mergify/mergify.io/node_modules/react-router/cjs/react-router.js:99:30)

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.