omerfaran
omerfaran
### What does it do? Describe the technical changes you did. Added a paragraph inside the controllers docs, explaining that you would also need to create a route for the...
### Summary Hello everyone I'm sorry in advance if I'm wrong here, I just created a new controller following the documentation: https://docs.strapi.io/developer-docs/latest/development/backend-customization/controllers.html#implementation And after that I had to create the...
Hello and thank you very much for your cool library! Adding a drawable image is easy, and adding text is easy, but I cannot find a way to include them...
**Describe the bug** I'm trying to run storybook test runner after installing it (being in nx environment): `npx test-storybook --url http://localhost:4400 ` And getting the error in the terminal: `[test-storybook]...
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description I'm creating a new react-native project and when running it I'm...
**Describe the bug** Hello! I migrated from react-awesome-query-builder version 5.4 to: `"@react-awesome-query-builder/mui": "^6.4.2"` In my code I'm customizing the config: ``` import { MuiConfig, BasicConfig } from '@react-awesome-query-builder/mui'; const _customConfigWithTheme:...
**Describe the bug** When using "Contains" with an input that includes an underscore, a backslash (for escaping) is added before the underscore:  The result would be: ``` WHERE event_name...
**Describe the bug** (Using version 5.4.2) I'm rendering the library inside a shadow DOM, and updated my material UI theme to render portals, like in Mui docs (https://mui.com/material-ui/guides/shadow-dom/): ``` const...