-
Notifications
You must be signed in to change notification settings - Fork 220
Warning of require cycle using code similar to the example #55
Comments
An easy solution:
If you use patch-package all you need todo is create that and it will fix it for you :) |
Sorry, did not fully understand, do you mean run patch-package in this repo? Or in the repo where I use this lib? |
In your code add package patch-package Then run: It will create a folder in your root project called patches and inside of it you will find a file named: Since this package actually updates itself after installation you will see tons of lines there that are related to automatically creation build. Remove everything since you are not interested in those and add the code I posted before. You should be good to go after that. |
Got it, thank you for you explanation! However shouldn't this problem be fixed in its origin, here? |
Yes correct, this should be fixed here. |
Got it, thank you 🙏 |
There is a forecast for the release of this release with the correction? |
Using the code as example, this warning always appear:
The code being used:
The text was updated successfully, but these errors were encountered: