Stupidism / stupid-rc-starter

Hoc-style React Component Starter with storybook integrated
https://stupidism.github.io/stupid-rc-starter/
MIT License
6 stars 2 forks source link

embedHandlers should use innerName if possible #28

Closed Stupidism closed 7 years ago

Stupidism commented 7 years ago

current

({ outerName }) => embed(innerName, outerName) => ({ outerName })

expected

({ outerName }) => embed(innerName, outerName) => ({ innerName })