Giter Club home page Giter Club logo

Comments (5)

Hidekih avatar Hidekih commented on August 16, 2024 2

I solve this issue, but my project is in NextJs 13 (without app folder).

Yes, we need a less compiler. This issue helped me #225

install next-with-less as a dependencie and import it on next.config.js

// next.config.js
const withLess = require("next-with-less");

/** @type {import('next').NextConfig} */
const nextConfig = {
  // ...your configs
}

module.exports = withLess(nextConfig);

on _app.tsx import rc-tree-select/assets/index.less

// _app.tsx
import "rc-tree-select/assets/index.less";
...

from tree-select.

dattakugve avatar dattakugve commented on August 16, 2024

Do I need to install some compiler to compile .less files? Please let me know

from tree-select.

mohamadmulhem avatar mohamadmulhem commented on August 16, 2024

The same thing happens for me, not rendering!

from tree-select.

mohamadmulhem avatar mohamadmulhem commented on August 16, 2024

Internally it is loading the index.css but not rendering!

from tree-select.

roomay04 avatar roomay04 commented on August 16, 2024

I have same problem. I try the codesandbox and it won't rendered too. show like this
image

from tree-select.

Related Issues (20)

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.