Skip to content

Commit e15d2af

Browse files
committed
docs: Update entity lifecycle to include delegate.mergeEntity
1 parent 9f79b6e commit e15d2af

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/graphql/diagrams/_entity_lifecycle.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ flowchart BT
1717
pk---validate("Entity.validate()")
1818
process-->validate
1919
validate---normNest("normalize(this.schema)")
20+
normNest-->mergeEntity("delegate.mergeEntity()")
2021
end
2122
Entity.normalize--processedEntity-->INSTORE
2223
subgraph INSTORE["Found In Store"]

docs/rest/diagrams/_entity_lifecycle.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ flowchart BT
1717
pk---validate("Entity.validate()")
1818
process-->validate
1919
validate---normNest("normalize(this.schema)")
20+
normNest-->mergeEntity("delegate.mergeEntity()")
2021
end
2122
Entity.normalize--processedEntity-->INSTORE
2223
subgraph INSTORE["Found In Store"]

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const projects = [
8383
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.node\\.(j|t)sx?$',
8484
},
8585
{
86-
// RN preset at https://github.com/facebook/react-native/blob/main/jest-preset.js
86+
// RN preset at https://github.com/facebook/react-native/blob/main/packages/react-native/jest-preset.js
8787
...baseConfig,
8888
rootDir: __dirname,
8989
roots: packages.map(pkgName => `<rootDir>/packages/${pkgName}/src`),

website/blog/tags.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ nextjs:
1818
description: 'NextJS is an SSR and SSG framework for ReactJS'
1919
permalink: /nextjs
2020

21-
expogo:
22-
label: 'ExpoGo'
23-
description: 'ExpoGo is a React Native framework'
24-
permalink: /expogo
21+
expo:
22+
label: 'Expo'
23+
description: 'Expo (and ExpoGo) is a React Native framework'
24+
permalink: /expo
2525

2626
native:
2727
label: 'React Native'

0 commit comments

Comments
 (0)