mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: update use update reason hook messages
This commit is contained in:
parent
59fffaf004
commit
76e6d7c7f4
1 changed files with 2 additions and 2 deletions
|
|
@ -23,11 +23,11 @@ export function useUpdateReason<P /* extends {
|
|||
}
|
||||
|
||||
if (output.length) {
|
||||
console.log(`Updated due to`)
|
||||
console.log(`[Updated Reasons]`)
|
||||
for (const record of output) {
|
||||
console.log(...record.map(r => (typeof r === 'function' ? '[fn]' : r)))
|
||||
}
|
||||
console.log(`;`)
|
||||
console.log(`;;`)
|
||||
}
|
||||
|
||||
lastPropsRef.current = props
|
||||
|
|
|
|||
Loading…
Reference in a new issue