We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd3a9f commit e05865cCopy full SHA for e05865c
core/src/utils/test/platform.utils.ts
@@ -29,7 +29,7 @@ export const PlatformConfiguration = {
29
},
30
Capacitor: {
31
32
- isNative: true,
+ isNativePlatform: () => true,
33
34
35
PWA: {
0 commit comments