agscala

Results 4 issues of agscala

I ran into an issue where methods componentWillReceiveProps(nextProps) on child components have identical props as this.props and nextProps. Turns out it's because the props being set by the parent component...

Vim can handle tab completion in ex-commands, it would be neat if it expanded the regex on TAB so that I know what file I'm about to open exactly before...

When I run vim with the --startuptime flag, the log printed out says that css-color is taking 4.5 seconds (!!!) to load. 4561.555: sourcing /home/andrew/.vim/bundle-autoupdate/vim-css-color/after/syntax/css.vim

### Provide a general summary of the issue here NextJS 14 emotion 11 minimal repo to reproduce: https://github.com/agscala/aria-select-emotion-bug ----- NextJS in an SSR environment (react server components are disabled): RAC's...