From c4cafcecd906208456fe2c78f2f361bd0ef1889b Mon Sep 17 00:00:00 2001 From: Sebastian Markbage Date: Thu, 18 Jun 2015 09:05:35 -0700 Subject: [PATCH] Move current owner to isomorphic This should only be used for tracking string refs. For that purpose, we need a single central stateful module that is coupled to createElement. Which is why it needs to live in isomorphic. Eventually this will go away completely. --- .../classic/element}/ReactCurrentOwner.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{renderers/shared/reconciler => isomorphic/classic/element}/ReactCurrentOwner.js (100%) diff --git a/src/renderers/shared/reconciler/ReactCurrentOwner.js b/src/isomorphic/classic/element/ReactCurrentOwner.js similarity index 100% rename from src/renderers/shared/reconciler/ReactCurrentOwner.js rename to src/isomorphic/classic/element/ReactCurrentOwner.js