docs: update rxResource changes in updated page

Add both `request` and `loader` changes in rxResource section
This commit is contained in:
Shuaib Hasan Akib 2025-12-03 18:49:17 +06:00 committed by Alex Rickabaugh
parent 3adb091c1a
commit abcd6b5bfb

View file

@ -2604,7 +2604,8 @@ export const RECOMMENDATIONS: Step[] = [
necessaryAsOf: 2000,
level: ApplicationComplexity.Medium,
step: '20.0.0_rename_rxResource_loader_to_stream',
action: 'Rename the `loader` property passed in rxResources to `stream`.',
action:
'Rename the `request` and `loader` properties passed in RxResource to `params` and `stream`.',
},
{
possibleIn: 2000,