Skip to content

Commit

Permalink
fixup! feat: unknown render props are passed as attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Ellis committed Feb 3, 2018
1 parent 0351a11 commit d962c47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/createRenderFn.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const createRenderFn = (Component, options) => {
const getData = preprocessOptions(options || {});

return function renderHoc(h, context) {
debugger;
const data = getData(context || this, !!context);
const scopedSlots = (context && context.data && context.data.scopedSlots) ||
(this && this.$scopedSlots);
Expand Down

0 comments on commit d962c47

Please sign in to comment.