Resolve warnings appearing in console
Description:
Some warnings can be resolved in the (console tab of chrome-developer tools (If Browser === Google Chrome)).
Steps to reproduce:
- Do
yarn storybook. - Right click on screen -> Click on Inspect
- Open the console tab. See the warnings
Expected behavior:
These warnings can be resolved.
Actual behavior:
Warnings to resolve:
- [ ] Failed prop type: Invalid prop
setClosableStateof typebooleansupplied toEmbeddedChat, expectedfunction. - [ ] Failed prop type: Invalid prop
setClosableStateof typebooleansupplied toChatHeader, expectedfunction. - [x] Received
truefor a non-boolean attributesmall. - [x] Each child in a list should have a unique "key" prop.
- [x] React does not recognize the
isEditingprop on a DOM element. - [x] React does not recognize the
isPendingprop on a DOM element.
I have setup the development environment, but storybook is unable to connect to localhost:3000. it gives me this type of error:
I have used correct credentials
I have setup the development environment, but storybook is unable to connect to localhost:3000. it gives me this type of error:
I have used correct credentials
I am able to login following the same steps. Are you entering the correct credentials? I signed up through this hosted server -> https://chat.avitechlab.com/ . Have you signed up to this?^ Or if you are able to run the RocketChat server locally, have you signed up to that?
Now I am able to work on this, I have signed in and I have added STORYBOOK_RC_HOST=https://chat.avitechlab.com to .env so that I can directly access that server
