Git Product home page Git Product logo

Comments (4)

robmorieson avatar robmorieson commented on May 18, 2024 1

Thanks for raising these issues @IngoVals, happy to report that our Typescript definitions have been improved in the latest release (2.8.0) and README has been updated to match ✅

from react-live-chat-loader.

benschwarz avatar benschwarz commented on May 18, 2024

Using the Messenger component in Typescript results in annoying typing errors.

I understand your frustration with implementation issues or gaps in documentation, but please remember that saying something is annoying isn't helpful and does not provide useful insight to the issue diagnosis.

The props field is defined with

providerKey: Provider | undefined; but would be better served as providerKey?: Provider so we are not forced to do <Messenger providerKey={undefined} /> or <Messenger providerKey='messenger' />

This also does not match with the documentation which doesn't indicate any props are necessary.

Do you think you'd be in a position to write a PR implementing your suggestions?

The same is true with the mention of locale property which does not exist.

I haven't reviewed the library in a while, but from a brief look the locale property is mapped in the messenger provider. Can you describe how locale does not exist in a little more detail?

from react-live-chat-loader.

IngoVals avatar IngoVals commented on May 18, 2024

Absolutely should be more technical, but annoying wasn't to represent my frustration but rather to indicate it was not a showstopper but merely an inconvenience.

Regarding locale, the doc indicates that this prop is on the provider, but is seems to be on the Messenger component itself.

I'm all for helping with a PR, but seems like updating the readme would go a long way and I would def need a review from someone understanding the library better.

from react-live-chat-loader.

benschwarz avatar benschwarz commented on May 18, 2024

Regarding locale, the doc indicates that this prop is on the provider, but is seems to be on the Messenger component itself.

Great, thanks for the clarification. I agree, looks like a README update will fix that.

I'm all for helping with a PR, but seems like updating the readme would go a long way and I would def need a review from someone understanding the library better.

No problem, happy to assist you in getting the PR completed.

from react-live-chat-loader.

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.