Dima Grossman
Dima Grossman
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior We use a validationPipe enabled globally with `transform: true.` The problem...
# Welcome to the Novu! Hacktoberfest is here, and there are many ways you can contribute to Novu. Here we will write some suggestions, and feel free to submit your...
### What? As reported by a community member on [Discord](https://discord.com/channels/895029566685462578/1041671116063780864/1041671116063780864) sending an MS team notification throws an error: ``` { "stack": "SyntaxError: Unexpected token z in JSON at position 0\n...
When triggering a create notification template using API Key a ``` {"statusCode":403,"message":"Forbidden resource","error":"Forbidden"}% ``` Is thrown, making the same request with a Bearer token from the web works as expected....
## Description A `key` is a special string attribute you need to include when creating lists of elements because keys help `React` identify which items have changed, added, or removed....
### What change does this PR introduce? Upgrade cypress dependencies to 12 ### Why was this change needed? Version 12 should reduce flaky tests by performing retries on the selectors...
## Description Using only string values in placeholders is recommended as otherwise, the value may be wrongly displayed; for example, if an object value is directly included in a string,...
## Description `Array` has several methods for filtering, mapping, and folding. If we forget to write return statement in a callback of those, it's probably a mistake. If you don't...
## Description It is considered good practice to use the type-safe equality operators `===` and `!==` instead of their regular counterparts `==` and `!=`. ## Occurrences There are 14 occurrences...