-
**Logs and screenshots**
I won't be able to add logs as it's over GitHub limits
**Versions**
- What is this plugin's version? `^3.11.0`
- What is Cypress version? `^12.17.2`
- What is your op…
-
## Summary
`react-server-dom-webpack/node-register` doesn't find `use client` directive in IIFEs.
Consider the following code
code
```js
(() => {
"use strict";
"use client";
var __…
-
Locally i set
```
BASSET_DEV_MODE=false
BASSET_VERIFY_SSL_CERTIFICATE=false
```
I execute basset:install
It creates this
![image](https://github.com/Laravel-Backpack/basset/assets/12…
-
I'm importing the slider in a statically generated site using default GatsbyJS installation, it's built using React and I'm getting the following error:
**Uncaught SyntaxError: Unexpected string - …
-
I have a situation similar to the multi-list sortable in the demo except that the target list contains nested lists and items may be dragged from the available boxers panel into any of the nested list…
-
Seeing a strange issue where the layers are not in line and showing duplicate data.
See second half of this video: https://www.loom.com/share/2b9a883f95e043508353424e6a2ebdd9
-
#
![Image](https://github.com/webjs-tech/personal-development-plan/assets/11134693/dba827d1-bfec-43e2-aa42-4c7b09d3c668)
![Image](https://github.com/webjs-tech/personal-development-plan/assets/1…
-
-
@RishabhKarnad , does this framework is still maintained ?
-
```typescript
@Directive({
selector: '[froalaView]'
})
export class FroalaViewDirective {
private _element: HTMLElement;
constructor(private renderer: Renderer2, element: ElementRef) {…