react-request
react-request copied to clipboard
Logic flipped on the lazy guide page?
On this page, I think lazy on this is flipped logic wise:
<Fetch {...fetchProps} lazy={Boolean(params.search)}>
{children}
</Fetch>
A fairly minor concern in the grand scheme of things but definitely could cause some confusion for a newcomer.
Great catch! Mind making a PR?