Jesse Kearl

Results 12 comments of Jesse Kearl

I'm having an issue where it just ignores my given fields. If I do ``` python manage.py seed users --number=1 --seeder "User.type" "client" ``` my db is populated with the...

I am getting the same issue where the `@` tags don't work, but the other default tags do. I haven't changed any settings.

There's quite a few problems where the hint gives unfeasible mate. Looks like the issue is bigger than just one problem.

When I set `scrollBehaviour="smooth"`, the scrollbar always starts at the top on first render. This doesn't happen with the default `scrollBehaviour="auto"`. Can open a separate issue for this.

Is there any status update on this documentation?

You can attach a ref to the message list and implement that yourself pretty easily. Just display the button when `element.scrollHeight - element.scrollTop !== element.clientHeight`. And then when you click...

@KDederichs Yeah, good point. I thought there was access to the raw DOM methods but it looks like it's some kind of React wrapper. What you could do is just...

@saqygee This isn't a Chatscope issue. You're using array maps with React elements incorrectly. You need to use React.Fragment and add a unique key attribute. https://reactjs.org/docs/fragments.html#keyed-fragments

Right. That's because it [says in the docs](https://chatscope.io/storybook/react/?path=/docs/components-messagelist--long-list-with-scrollbar) the only allowed components inside a MessageList are one of those components, so it's by design. I agree that it should be...

It's pretty clear in the docs the allowed child components are: