Skip to content

Conversation

@ralphholzmann
Copy link

When babel defines properties, by default it does not make them writable. In this case, this.defaultContainerStyle was not writable, and Object.assign was attempting to merge in a style object into it, throwing an error. This fixes the bug.

@valerybugakov
Copy link
Owner

@ralphholzmann LGTM, thanks!

@valerybugakov valerybugakov merged commit 6c3d1d4 into valerybugakov:master Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants