Giter Club home page Giter Club logo

Comments (6)

selyon avatar selyon commented on August 20, 2024

I managed to make the example app work, i modified the package.json, removed this line
"react-web-gifted-chat": "file:../",
then i installed gifted-chat inside the example app as normal, using yarn.

Now when i start the app, only on Firefox (64.0.2 (64 bit)), it gives me this error
css2properties doesn't have an indexed property setter for '0'
everytime it tries to render something clickable, like an image or the SEND button.
Tested on Chrome, Edge and Safari it works without any problem.

from react-web-gifted-chat.

johniak avatar johniak commented on August 20, 2024

example is made to be able to use with whole repository
image
I will check the problem with firefox

from react-web-gifted-chat.

johniak avatar johniak commented on August 20, 2024

About firefox error somewhere in code propably exist react-native way of merge styles with array

from react-web-gifted-chat.

johniak avatar johniak commented on August 20, 2024

Firefox issue is fixed in v0.6.3

from react-web-gifted-chat.

selyon avatar selyon commented on August 20, 2024

The problem is still present when it tries to render the send button:
The above error occurred in the < div> component:

  • in div (created by TouchableOpacity)
  • in TouchableOpacity (created by Send)
  • in Send (created by InputToolbar)
  • in div (created by View)
  • in View (created by InputToolbar)
  • in div (created by View)
  • in View (created by InputToolbar)
  • in InputToolbar (created by GiftedChat)
  • in div (created by View)
  • in View (created by GiftedChat)
  • in GiftedChat (at App.js:25)
  • in div (at App.js:24)
  • in App (at src/index.js:7)

Consider adding an error boundary to your tree to customize error handling behavior.
Visit https://fb.me/react-error-boundaries to learn more about error boundaries. index.js:1446
TypeError: CSS2Properties doesn't have an indexed property setter for '0'

from react-web-gifted-chat.

Inayat567 avatar Inayat567 commented on August 20, 2024

what are the steps to reproduce the mentioned error @johniak
I have tried to reproduce, But cannot on chrome, Edge, and firebox

from react-web-gifted-chat.

Related Issues (20)

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.