UNPKG

@chatui/core

Version:

The React library for Chatbot UI

12 lines (11 loc) 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useLatest = useLatest; var _react = require("react"); function useLatest(value) { var ref = (0, _react.useRef)(value); ref.current = value; return ref; }