Aaron Greenwald
Aaron Greenwald
I have this problem as well - `no-use-before-define` doesn't like the common pattern of putting styles at the bottom of the component file. @Intellicode I think @benjick is suggesting a...
@enapupe it takes a bit of practice to get the hang of writing lint rules, but you can piggy-back on someone else's work by trying to modify an existing rule....
I tried to reproduce but it didn't reproduce for me. What I did: I modified the ReactDot test component to have a required prop and for good measure added a...
I _am_ able to reproduce the error if I populate the `foo` prop with a delay, which is not a surprise and is expected. For example: ``` template: ` `,...
Hi - I definitely agree with you, noise in the console is annoying and should not be tolerated, even if everything works :) I'm new to this project so I...
@RyanHow For clarification, is the React component you're using something from `angular-react/fabric` or is it your own React component? Or something from a third-party? I'm trying to understand where the...
I had the same issue, downgrading to [email protected] fixed it.