vdom icon indicating copy to clipboard operation
vdom copied to clipboard

Create a helper to adapt kabob-case and snake_case properties to camelCase

Open rgbkrk opened this issue 8 years ago • 1 comments

As mentioned by @gaearon in https://github.com/facebook/react/issues/11315#issuecomment-338469109, we should create an adapter that converts any kwargs to match what React expects exactly (as is also written in our spec).

rgbkrk avatar Oct 23 '17 20:10 rgbkrk

I started running into this problem in #64 too, with style attribute key case names.

yuvipanda avatar Jun 02 '18 07:06 yuvipanda