-
### Summary
There is a plan to migrate from `styled-components` to `emotion,` and this ticket focuses on `styled-components` usages for obs-ux-management related plugins and related information for…
-
Pulled from the [FSE Outreach Program's Final Touches call for testing](https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/#comment-3177):
>I clicked the “Aa” icon…
-
#I have this setup in my `jest` config.
```js
moduleNameMapper: {
'^.+\\.(scss)$': '/test/utils/css-hooks.js'
},
```
```js
const hook = require('css-modules-require-hook');
…
-
- synthetic events
- deep shallow copy
- polyfills
- object merge
- react hooks, rules of hooks
- memo callback useRef
- custom hooks
- Reducer vs context
- redux toolkit flow
- npm vs npx
…
-
Hello,
I'm experiencing an import error when trying to use `@gravity-ui/uikit` in my project. Upon starting the dev server, I encounter the following errors:
```
(node:7648) Warning: To load an…
-
**Is your feature request related to a problem? Please describe.**
For next major release we should have a look at how we can improve the front end related code, in which I include the HTML (Razor), …
-
### Describe the bug
Was instructed to create a new issue with repro from convo in #2889.
### Reproduction
https://github.com/pheuter/safari-repro
### Logs
```Shell
[Error] ReferenceEr…
-
**Describe the bug**
The use of [styling hooks ](https://www.lightningdesignsystem.com/platforms/lightning/styling-hooks/), particularly when defining them, does not appear to be supported by the lwc…
-
### What problem does this feature solve?
Hi! I was trying to migrate my webpack v5 setup with several custom-built webpack plugins to Rspack v1.0.0-alpha.0, but faced a blocker:
One of my custom we…
-
**Description**
The documentation only shows how to use css, but scss and sass are widely used. While Bulma is recommended in the documentation, it requires SCSS variables for theming, and it is not …