Fork me on GitHub
#keechma
<
2017-08-03
>
urbank06:08:32

Looks like react-with-addons will be removed from cljsjs for React16

urbank11:08:42

@mihaelkonjevic I'm attempting to get react-dom/test-utils to cljsjs (though I'm somewhat at a loss), which version of react are you trying to update to, where the TestUtils isn't in the same place? Still react-with-addons, or no?

mihaelkonjevic11:08:20

as per the docs (https://facebook.github.io/react/docs/test-utils.html) it’s now in the react-dom package

mihaelkonjevic11:08:30

I want to update to the latest 15.6

mihaelkonjevic11:08:39

so we’re ready for 16.0 when it lands

urbank11:08:48

@mihaelkonjevic Does keechma depend on the current addons for anything other than the TestUtils ?

urbank12:08:29

@mihaelkonjevic Looks like the cljsjs/react package has already moved to react 16 beta

mihaelkonjevic13:08:07

We should probably update keechma to that version

urbank16:08:55

@mihaelkonjevic Unfortunately there doesn't seem to the browserified source for TestUtils. Tried to generate one but haven't managed yet.

urbank16:08:30

Overall, I'm really happy with the level of freedom keechma gives. Haven't really ran into any roadblocks (aside from the 1.9 error 😛 ). Though it is a bit of a struggle to figure out how everything composes in the beginning and where some initial errors are coming from