context.js 130 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 var STORE_CONTEXT = null export const createConetxt = store => STORE_CONTEXT = store export const getStore = () => STORE_CONTEXT