Renzo Damian

Results 3 comments of Renzo Damian

For anyone looking for the typescript version of @jedrzejchalubek solution: ```tsx import Glide, { Options } from "@glidejs/glide"; import { forwardRef, useEffect, useImperativeHandle, useRef } from "react"; export const sliderConfiguration:...

Hi, this worked for me on Next 13 and typescript: ``` tsx import Glide, { Options } from "@glidejs/glide"; import { forwardRef, useEffect, useImperativeHandle, useRef } from "react"; export const...

I got the same error, it was working perfectly fine yesterday. ``` Deploying to production site /usr/local/bin/npx firebase-tools@latest deploy --only hosting --project inet-2-dfbff --json npm WARN exec The following package...