Skip to content

Commit b3fe375

Browse files
Feat/add custom event shim (#174)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 82f1652 commit b3fe375

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1142
-9049
lines changed

.changeset/vast-cases-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tanstack/devtools-event-client': patch
3+
---
4+
5+
fixed an issue where custom events were not working in angular

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ stats.html
3737
.vscode/settings.json
3838
.idea
3939

40+
4041
*.log
4142
.DS_Store
4243
.cache
@@ -56,4 +57,5 @@ vite.config.ts.timestamp-*
5657

5758
.angular
5859
.nitro
59-
.sonda
60+
.sonda
61+

examples/react-native/expo-basic/.cursor/mcp.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/react-native/expo-basic/.gitignore

Lines changed: 0 additions & 43 deletions
This file was deleted.

examples/react-native/expo-basic/.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/react-native/expo-basic/.vscode/settings.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/react-native/expo-basic/CHANGELOG.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

examples/react-native/expo-basic/README.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

examples/react-native/expo-basic/app.json

Lines changed: 0 additions & 48 deletions
This file was deleted.

examples/react-native/expo-basic/app/(tabs)/_layout.tsx

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)