Code Monkey home page Code Monkey logo

Comments (7)

ian avatar ian commented on June 1, 2024

hey @BrunoPierca - can you let me know what stack you're trying to add this to, nextjs?

from react-animated-conversation.

BrunoPierca avatar BrunoPierca commented on June 1, 2024

thanks for getting back at me, I'm working with react && vite, you can look at my repo:

https://github.com/BrunoPierca/landing-sellia

that's the last commit I made, right after that, I installed the package and couldn't make it work. Feel free to ask me anything

from react-animated-conversation.

WTanardi avatar WTanardi commented on June 1, 2024

Hi, how's the update on this? I'm having the same problem

X [ERROR] Could not resolve "vite-dep-pre-bundle-external:C:/Users/willi/Documents/React/promised-land/node_modules/react-animated-conversation/dist/Conversation.css.js"

I'm also using vite and react with typescript

from react-animated-conversation.

BrunoPierca avatar BrunoPierca commented on June 1, 2024

Hi, how's the update on this? I'm having the same problem

X [ERROR] Could not resolve "vite-dep-pre-bundle-external:C:/Users/willi/Documents/React/promised-land/node_modules/react-animated-conversation/dist/Conversation.css.js"

I'm also using vite and react with typescript

Hi Willi, I Solved this with a piece of code I found on the internet:

import Carousel from "react-multi-carousel";
import "react-multi-carousel/lib/styles.css";
const RMCarousel = Carousel.default ? Carousel.default : Carousel;

then you just use the component as <RMCarousel {...props}/>

At that point I was using JSX, when I migrated to TSX, this solution popped up an error but I just //ts-ignore that file

from react-animated-conversation.

WTanardi avatar WTanardi commented on June 1, 2024

Hmm, adding the code doesn't fix the problem on my part, can you maybe list me the step by step of installing this library from scratch? using vite and typescript react

from react-animated-conversation.

ian avatar ian commented on June 1, 2024

@WTanardi I'm not super familiar with vite, but do you need to tell it how to load CSS? It seems to be searching for a css file as a js file, maybe your packager doesn't recognize the .css suffix.

from react-animated-conversation.

WTanardi avatar WTanardi commented on June 1, 2024

how do I tell it how to load CSS? and by the way aren't the css files named .css.js? also does this library work on other than vite? sry if bad english

from react-animated-conversation.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.