Skip to content

Commit 7851b41

Browse files
committed
ci: attempt fixing broken install
1 parent d763028 commit 7851b41

File tree

3 files changed

+1132
-834
lines changed

3 files changed

+1132
-834
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ Made with ❤️ in Helsinki
3535

3636
Published under [MIT License](./LICENSE).
3737

38-
## Known Limitations
39-
40-
- If there are multiple functions in the same file with the same name and args, replaying will have
41-
odd behavior.
42-
- If there are multiple function calls with the same args in the same scope, removing or adding function calls with same args will result to wrong replay behavior.
43-
- Adding / removing anonymous functions, (eg; `() => {}`,), in a scope where there already is anonymous functions will cause the replay to go wrong
44-
- React/framework errors during development (eg. hydration errors, ) manifest as weird errors such as "TypeError: Cannot read properties of null (reading 'useContext')", where the stacktrace points towards Flytrap. Because of this, you're recommended to
45-
not use flytrap during active development if you're not replaying.
46-
4738
<!-- Links -->
4839

4940
[npm-href]: https://npmjs.com/package/useflytrap

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,5 @@
9393
"webdriverio": "^8.8.8",
9494
"zod": "^3.21.4"
9595
},
96-
"resolutions": {
97-
"consola": "3.1.0"
98-
},
9996
"packageManager": "pnpm@7.29.3"
10097
}

0 commit comments

Comments
 (0)