CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
with-selector.js8 linesDownload Raw Back to use-sync-external-store
1'use strict';2 3if (process.env.NODE_ENV === 'production') {4  module.exports = require('./cjs/use-sync-external-store-with-selector.production.js');5} else {6  module.exports = require('./cjs/use-sync-external-store-with-selector.development.js');7}8