Aleksandr Grenishin
Aleksandr Grenishin
``` javascript var count = 0; @connect(state => ({ products: state.products })) export default class ParameterNode extends React.Component { constructor(props, context) { super(props, context); console.log('props', props); } render() { count...
WDGT-472
#44 follow up
## Environment - Node: 18.12.1 - npm: 8.19.2 - [email protected] ## Reproduction https://stackblitz.com/edit/stackblitz-starters-eplxdo?file=src%2FApp.js ## Steps to reproduce ```jsx const Link = styled.a` & { color: ${({ color }) => color};...
### Check for existing issues - [X] Completed ### Misc notes https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
## Description ## Checklist - [ ] Tests (if applicable) - [ ] Documentation (if applicable) - [ ] Changelog stub (or use [conventional commit messages](https://www.conventionalcommits.org/))
### Brief description of the feature and motivation behind it WIP
Let's use semantic-release (https://www.npmjs.com/package/semantic-release) to automate version management and package publishing for our GitHub repository. It will simplify our release process and ensure reliable and timely releases. Benefits: - Automated...