This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
Not working for ReactJS with TS #10
Comments
@EdgarKisman right now the components are not build to work with React. If you have suggestions on how to add compatibility without breaking the current structure, please let us know. If requests on React support increase we're happy to evolve in this direction. |
React is not working because of the hyphen '-' in your classnames, if you change the name to camelcase notation it should work fine with React. I tried a workaround where i mapped your names to camelcase and it worked for me. :)
…________________________________
Von: Thomas Michelbach <notifications@github.com>
Gesendet: Freitag, 15. September 2017 17:01:51
An: audi/audi-ui
Cc: wf2361; Mention
Betreff: Re: [audi/audi-ui] Not working for ReactJS with TS (#10)
@EdgarKisman<https://github.com/edgarkisman> right now the components are not build to work with React. If you have suggestions on how to add compatibility without breaking the current structure, please let us know. If requests on React support increase we're happy to evolve in this direction.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#10 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMLqhmwZgguO0qGumHZyz_P4e0vgVSggks5sipEsgaJpZM4PREW7>.
|
Hi @EdgarKisman! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The Project is not working for in ReactJS . Could someone help me with this Problem?
The text was updated successfully, but these errors were encountered: