Abdellah

Results 72 issues of Abdellah

React version: 18.2 ## Steps To Reproduce 1. Install a library that doesn't support React 18 (e.g [email protected]) 2. Try to use useState in a component Link to code example:...

Status: Unconfirmed

This fixes #2071 ### Problem statement Bytes in output is based on `len(compileResult.CSS)` which is the result of the printer. And it includes the hash inside the url instead of...

**General Information** - [ ] Bug - [x] Improvement - [ ] Feature - [ ] Other **Description** Is there a way to express negation --> *not end with js*...

Quoting from Discord: > since I installed the ext I am getting a warning saying that ts server failed to initiate or something like that, and then itelisense is also...

bug
tooling

This PR uses a custom build of esbuild with the fix needed for bundling. Here is the branch of esbuild that contains the code that generates the build https://github.com/scrimba/esbuild/tree/custom-build. In...

Here is dropdown component ``` if isShown? ``` Usage ``` "click me" ``` The `main-menu` component no longer accesses context in that case. It was working in alpha 167

bug

Having great error messages is important for offering a great developer experience, for newcomers as well as seasoned developers. This ticket aims to group all the work needed for that....

stale

Add e2e tests to Imba and add a CI workflow to run them on the major browsers (Firefox, webkit and chromium) on Mac (10 & 11), Linux and Windows. E2e...

stale

inline styles with dynamic values don't work inside teleport tag ```imba get rectangle this.getBoundingClientRect! def render if isShown? const top = rectangle.bottom const left = rectangle.left ``` The style prop...

First, congrats on this great tool. I have a mac and i wonder if it would work there?