-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example project add startup overlay #114
base: main
Are you sure you want to change the base?
Conversation
For some reason, the absence of this, has yet again this year, resulted in an ancient renin from registry.yarnpkg.com being picked up. I mean, if we encouraged by running with just refferingto renin in package.json and that was it, I'd get it. But since we require renin being in a sibling folder anyway, this is just a source of pain. And this should fix it. For now.
In the spirit of reducing chances to trip up, I've also tweaked the reference to Renin in the packages.json file, for the reasons stated in the commit message, which are: For some reason, the absence of this, has yet again this year, resulted in an ancient Renin from registry.yarnpkg.com being picked up. I mean, if we encouraged by running with just referring to Renin in package.json and that was it, I'd get it. But since we require Renin being in a sibling folder anyway, this is just a source of pain. And this should fix it. For now. |
@@ -20,22 +20,24 @@ export class PostFx extends ReninNode { | |||
}) | |||
); | |||
|
|||
// @ts-ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of all the ts-ignores. What is it complaining of?
It was really useful. It should be there when we inevitably copy paste this project for our next production!