Fork me on GitHub
#re-frame
<
2019-05-19
>
xfyre18:05:45

I tried to set up re-frame-10x as a part of CLJS/React Native project. Ran into Invariant Violation: ReactDOM was loaded before React. Make sure you load the React package before loading ReactDOM. upon startup. Is this a known issue?

lilactown18:05:14

I don’t think re-frame-10x works in React Native

lilactown18:05:42

it depends on react-dom (you don’t want that) and it renders HTML on a webpage