Giter Site home page Giter Site logo

Comments (5)

rosskevin avatar rosskevin commented on May 12, 2024

BTW - this I ran into this because of a common SCSS lint rule:
SelectorFormat: Selectorpopper__arrowshould be written in lowercase with hyphens

Perhaps a default class change to popper-arrow wouldn't hurt?

from floating-ui.

FezVrasta avatar FezVrasta commented on May 12, 2024

I'm following the BEM convention for the class names.
You can define it in your project but then I think you will have problems with the rest of the CSS
https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md#selectorformat

I think we should find a better polyfill which supports deep merging.
Or better, write a deepMerge function that uses Object.assign.
(And maybe make the polyfill optional to allow people to rely on browser support)

from floating-ui.

FezVrasta avatar FezVrasta commented on May 12, 2024

@rosskevin please may you try the object-deep-assign branch and let me know if it fixes the problem?

from floating-ui.

rosskevin avatar rosskevin commented on May 12, 2024

@FezVrasta this test case was updated with your branch and still doesn't work.

from floating-ui.

FezVrasta avatar FezVrasta commented on May 12, 2024

Ok I'm sure now it works :)

I've changed arrow.classNames with arrowClassNames so there's not an additional level of deepness and everything works fine.
All the "deep merge" functions I have found was buggy and very big.

from floating-ui.

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.