Andrianarisoa Daniel

Results 7 comments of Andrianarisoa Daniel

> Is this issue fixed yet? Never Mind, I just tested the current package version over my facebook page with new page experience and it works like acharm.

I successfully avoided rendering twice with the following code: ```typescript // Editor.tsx import { useEffect, useRef, useState } from 'react'; import EditorJS, { type LogLevels, type OutputData } from '@editorjs/editorjs';...

I guess this is already solved since the last release (4.3.1).

with vite remix plugin: - does no work: ``` import pkg from 'react-lazy-load-image-component'; const { LazyLoadImage } = pkg ``` - works: ``` import * as pkg from 'react-lazy-load-image-component'; const...

I agree with @matheusfrozzi here. Altering the current behaviour of the `count()` method makes no sense. Just get the length of the query's returned array for your use case. If...

restarting windows did it for me. but before that I also ran the commands cited here: https://github.com/pyenv-win/pyenv-win/blob/master/docs/installation.md#add-system-settings and I don't know if it actually had influence on this or not.