Simon.b
Simon.b
@ziacik same issue here - nx version: `14.3.6`
I have the same issue, the problem using `window.innerWidth` is that you have to listen to innerWidth changes and re-adapt your position based on this value. For my use-case I...
Same issue here. When you try to `window.print()` your screen, all the draggable items are not responsive
I have to run the script inside my folder `/desktop-monorepo`, and I have the following error : ```sh husky-init updating package.json setting prepare script to command "husky install" .git can't...
Hello, same issue here I will go with the workaround 👍 If you want to keep typesafety this solution works: ```tsx import React from 'react' import PI, { PhoneInputProps }...
Yes sorry I mean test a module that depend on git-js. I use dependency injection, and would like to test a wrapper that use git-js as a dependency. Here's a...
Hi, thx for your answer but still have an error 🧐 ```json "rules": { "destructure-depth/max-depth": [ "error", { "max": 1 } ], } ``` error: ```sh Error: .eslintrc.json: Configuration for...