This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/packages/core-data/src/tryit.ts b/packages/core-data/src/tryit.ts | |
new file mode 100644 | |
index 0000000000..e858f6791f | |
--- /dev/null | |
+++ b/packages/core-data/src/tryit.ts | |
@@ -0,0 +1,10 @@ | |
+/** | |
+ * Internal dependencies | |
+ */ | |
+import type { UseEntityRecordsWithPermissionsType } from './hooks'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/client/state/selectors/should-load-gutenframe.js b/client/state/selectors/should-load-gutenframe.js | |
index c4e653f8836..484a82b2329 100644 | |
--- a/client/state/selectors/should-load-gutenframe.js | |
+++ b/client/state/selectors/should-load-gutenframe.js | |
@@ -1,8 +1,6 @@ | |
import { isEligibleForGutenframe } from 'calypso/state/gutenberg-iframe-eligible/is-eligible-for-gutenframe'; | |
import { getPreferredEditorView } from 'calypso/state/selectors/get-preferred-editor-view'; | |
-export const shouldLoadGutenframe = ( state, siteId, postType = 'post' ) => | |
- isEligibleForGutenframe( state, siteId ) && |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/components/favorite-entities/FavoriteEntities.js b/common/components/favorite-entities/FavoriteEntities.js | |
index 92f3c16..6bed2fa 100644 | |
--- a/common/components/favorite-entities/FavoriteEntities.js | |
+++ b/common/components/favorite-entities/FavoriteEntities.js | |
@@ -13,13 +13,14 @@ import { | |
getEntityTypeSchemasByDomainAndType, | |
getEntityTypeDataByDomainAndType, | |
getEntityUrl, | |
+ haveSameDomainType, | |
} from '../../utils/entity'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
04200754edb7316842c35caff825eead9968049af5e22f1c3c6c15c8600dc044ff9bb393a6fa8ed49bea8e150e1ca03ddc67b1eaaf44c3661fa86a315b57adc853;carloscmaleno |