validateMessagesContext.js 240 B

1234567
  1. "use client";
  2. import { createContext } from 'react';
  3. // ZombieJ: We export single file here since
  4. // ConfigProvider use this which will make loop deps
  5. // to import whole `rc-field-form`
  6. export default /*#__PURE__*/createContext(undefined);