Skip to content

Tab.userData causes stackOverflowError #301

Description

@DavidGoodenough

If you try to access the userData you will get a StackOverflowException because it should be:-

(line 170) def userData: AnyRef = delegate.userData

should be

def userData: AnyRef = delegate.getUserData

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions