Giter VIP home page Giter VIP logo

Comments (4)

Chrischuck avatar Chrischuck commented on May 28, 2024

This also only happens on authenticated routes, possibly something to do with critical css, but I'm not entirely sure.

Seems like if you have code like such:

const SomeComponent = () => {
    const [show, setShow] = useState(false)

    if (show) {
        return <BumBagInput />
    }

    return <Button onClick={() => setShow(true)}>click</Button>
}

the critical css doesn't get extracted (makes sense). But when the component(BumBagInput for ex) renders, it does not get its styles.

What's also strange is navigating to routes. For example, if I navigate to the settings page (image above) the components are blacked out. If I refresh on the settings page, it looks as expected.

I was finally happy to find a great looking UI library and spent a week converting my app, hopefully we can figure this out because I really do like this library :(

from bumbag-ui.

Chrischuck avatar Chrischuck commented on May 28, 2024

It seems to actually be an issue with the build phase rather than the static exporting. I do not use any of the server side aspects of next and so when it builds, it generates static assets. Even after running the next.js server, this issue persists.

Help would be greatly appreciated, thank you.

from bumbag-ui.

Chrischuck avatar Chrischuck commented on May 28, 2024

Upgrading emotion seems to do the trick...will do some more testing. I opened up a PR here: #109

Ideally we can remove @emotion/core entirely for @emotion/react. However, there's an inconsistency that I'm having trouble finding the upgrade path for.

The first is import { InterpolationWithTheme } from "@emotion/core"; in types/theme.ts

from bumbag-ui.

Chrischuck avatar Chrischuck commented on May 28, 2024

In the meantime to get my app working, I published a separate npm module: https://www.npmjs.com/package/bumbag-update

Will take it down after merging, but works in my prod app w/ no hickups...

from bumbag-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.