mirror of
https://github.com/LukeHagar/firecamp.git
synced 2025-12-06 04:19:43 +00:00
spelling: otherwise
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -29,7 +29,7 @@ interface IRequestChangeStateSlice {
|
||||
*/
|
||||
disposeRCS: () => void;
|
||||
}
|
||||
//@note; always use _cloneDeep at its usage otherrwise its value will be manipulate at global scope
|
||||
//@note; always use _cloneDeep at its usage otherwise its value will be manipulate at global scope
|
||||
const initialSliceState = {
|
||||
requestChangeState: {
|
||||
url: [],
|
||||
|
||||
@@ -30,7 +30,7 @@ interface IRequestChangeStateSlice {
|
||||
disposeRCS: () => void;
|
||||
}
|
||||
|
||||
//@note; always use _cloneDeep at its usage other wise its value will be manipulated at global scope reference
|
||||
//@note; always use _cloneDeep at its usage otherwise its value will be manipulated at global scope reference
|
||||
const initialSliceState = {
|
||||
requestChangeState: {
|
||||
url: [],
|
||||
|
||||
@@ -31,7 +31,7 @@ interface IRequestChangeStateSlice {
|
||||
disposeRCS: () => void;
|
||||
}
|
||||
|
||||
//@note; always use _cloneDeep at its usage other wise its value will be manipulate at global scope
|
||||
//@note; always use _cloneDeep at its usage otherwise its value will be manipulate at global scope
|
||||
const initialSliceState = {
|
||||
requestChangeState: {
|
||||
url: [],
|
||||
|
||||
Reference in New Issue
Block a user