not working with create-react-app
wizza-smile opened this issue · 3 comments
wizza-smile commented
sadly its not working with react apps created with create-react-app.
it seems the TSC compile target is not compatible...
brandonmowat commented
Interesting find. I will look into this.
Brandon Mowat
🖥 ( https://brandonmowat.com%20/ ) 🐦 ( https://twitter.com/brandonmowat ) 🤖 ( https://github.com/brandonmowat )
…On Wed, Oct 11, 2017 at 5:00 PM wizza-smile < wizza-smile ( wizza-smile ***@***.***> ) > wrote:
sadly its not working with react apps created with create-react-app.
it seems the TSC compile target is not compatible...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub (
#17 ) , or mute the
thread (
https://github.com/notifications/unsubscribe-auth/AFfdBnw-VS4WP0HmWQMD1RXfoE7zICsdks5srSx2gaJpZM4P2HoH
).
brandonmowat commented
Just created a fresh app with create-react-app
and there are no issues. Closing.
brandonmowat commented
I’m not sure what your build configuration is, but I installed `yarn` and ran `yarn build`. Everything was working fine for me. I would suggest that you make sure your `react-chat-ui` version is up to date.
Let me know how it goes!
Brandon Mowat
🖥 ( https://brandonmowat.com%20/ ) 🐦 ( https://twitter.com/brandonmowat ) 🤖 ( https://github.com/brandonmowat )
…On Thu, Oct 12, 2017 at 3:35 AM wizza-smile < wizza-smile ( wizza-smile ***@***.***> ) > wrote:
sorry my initial comment was rather short. 😏 It is working for me too,
while running the testserver with yarn start. The issue occurs when I try
to build with yarn build.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub (
#17 (comment)
) , or mute the thread (
https://github.com/notifications/unsubscribe-auth/AFfdBhoq8MWomySMWpKqo34n4BF_c9l9ks5srcFHgaJpZM4P2HoH
).