Skip to content

Dropdown Map becomes empty only when deployed  #454

Description

@augyg

let mappy = Map.fromList $ fmap (\x -> (x,x)) $ [ "As soon as possible" , "1-2 months" , "3-6 months" , "6+ months" ] dropdown "As soon as possible" (constDyn mappy) def

For this code, it works completely fine when using localhost and when deployed, only gives all options the first time you visit the page however any other time including refreshing the page, the options disappear

Localhost:

image

Deployed: https://aceinterviewpreparation.com/main/onboard

image

When the page is refreshed, the options momentarily show up. I'm using a constDyn for each dropdown

reflex-platform branch "release/0.9.2.0"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions