Lee Alexis
Lee Alexis
👍 for this PR, especially now that Atlassian Bitbucket is officially supporting `bugfix/` branches. Hopefully it gets merged?
also still has a same open issue #199.
Another variation to get this to work, after installing `@types/react-slick` in devDependencies: in your .d.ts file: ``` import Slider, { Settings } from 'react-slick'; declare module 'react-slick' { export {...
**Notes** (since the original title indicates next.js was being used): Downgrading to the v1 of mdx-js (1.6.22?) makes it depend only up to react@17. So those who already use react@18...
@hasparus ooh, didn't realize there's an option for that. Thanks
Hopefully we see LM Studio support, it serves local models using OpenAI schema: GET /v1/models POST /v1/chat/completions POST /v1/completions POST /v1/embeddings Ref: https://platform.openai.com/docs/api-reference/chat