UNPKG

react-instantsearch-core

Version:
14 lines (12 loc) 292 B
/* eslint-disable no-console, no-empty */ var warnCache = { current: {} }; /** * Logs a warning if the condition is not met. * This is used to log issues in development environment only. */ function warn(condition, message) { { return; } } export { warn, warnCache };