Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

fix bug in playground #4

Merged
merged 3 commits into from
Jun 12, 2018
Merged

Conversation

lucasavila00
Copy link
Contributor

@lucasavila00 lucasavila00 commented Jun 11, 2018

fixes #3

@renatorib
Copy link
Contributor

You don't need to remove the deconstructuring defualt value. Just assign a default empty object to components

- components: { render: Render = DefaultRender },
+ components: { render: Render = DefaultRender } = {},

@pedronauck pedronauck merged commit f9026cf into doczjs:master Jun 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow user to pass empty components to playground
3 participants