Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Error when using <Message> Component #1

@aggron93

Description

@aggron93
	render() {
			return (
					<ThemeProvider>
									<MessageList active>
											<p>{this.props.uid}</p>
											<MessageGroup>
												 	<Message>
															<MessageText>Hey my friend!</MessageText>
													</Message>
											</MessageGroup>
									</MessageList>
					</ThemeProvider>
			)
	}

im getting the error below when i run the code.It seems to be caused by :
Uncaught TypeError: Cannot read property 'scrollTop' of undefined
at isScrollOnBottom (webpack-internal:///592:7258)
at WithPinnedScroll.componentWillUpdate (webpack-internal:///592:7374)
at eval (webpack-internal:///2107:708)
at measureLifeCyclePerf (webpack-internal:///2107:73)
at ReactCompositeComponentWrapper._performComponentUpdate (webpack-internal:///2107:707)
at ReactCompositeComponentWrapper.updateComponent (webpack-internal:///2107:642)
at ReactCompositeComponentWrapper.receiveComponent (webpack-internal:///2107:544)
at Object.receiveComponent (webpack-internal:///85:122)
at Object.updateChildren (webpack-internal:///2105:107)
at ReactDOMComponent._reconcilerUpdateChildren (webpack-internal:///2130:204)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions