MatthiasvB
MatthiasvB
I'm working on an app that is served with header ``` content-security-policy: object-src 'none'; script-src-elem 'self'; base-uri 'self'; require-trusted-types-for 'script' ``` This should _not_ be an issue if angular's dom...
I have cloned the repository, `npm install`ed the dependencies, and `npm start`ed the dev server. Works. I opened the app in Firefox v107.0 I then went to the Admin 2...
### Describe the feature in detail (code, mocks, or screenshots encouraged) Currently, the `emptyState` prop allows us to pass in some HTML to be displayed when no search results match....