issues Search Results · repo:reflex-dev/reflex-chakra language:Python
Filter by
7 results
(49 ms)7 results
inreflex-dev/reflex-chakra (press backspace or delete to remove)for the new reflex version 0.7.0 the chackra_color_mode_provider.js needs to use the follow code :
import { ColorModeContext, defaultColorMode } from $/utils/context.js ; instead of import { ColorModeContext, ...
Ernelene
- 2
- Opened on Feb 12
- #37
The drawer in the docs(https://chakra.reflex.run) on smaller devices(mobile and tablets) stays in dark mode even when
you toggle the color mode button
bug
good first issue
help wanted
ElijahAhianyo
- 1
- Opened on Nov 6, 2024
- #29
Describe the bug When trying to just build the reflex app I get a failed to compile error. It says this:
./node_modules/@chakra-ui/editable/dist/chunk-ZPXE4ZLM.mjs Module build failed: Error: ENOENT: ...
HAVK97
- 2
- Opened on Dec 19, 2023
- #36
Describe the bug Create a rx.number_input component, and add the prop is_valid_character= /^[Ee0-9+-.]$/ . (here the
default value, but any value fails). An error is thrown when anything is entered into ...
bug
abdullahkhalids
- Opened on Nov 12, 2023
- #17
Describe the bug
NumberInput (number_input) gives an error:
TypeError: Invalid var passed for prop value, expected type class str , got value _[ reps ] of type typing.Any.
When using a state variable ...
raven-black-dream
- 1
- Opened on Oct 19, 2023
- #34
def index() - rx.Component:
return rx.vstack(
rx.chakra.pin_input(
length=6,
id= pin_input
),
rx.button( focus on pin input , on_click=rx.set_focus( ...
bug
ElijahAhianyo
- Opened on Oct 19, 2023
- #18
Hi guys, trying to make my app responsive I ve set the spacing prop of the hstack with a list, in order to support all
screen sizes, but I got the error: TypeError: Invalid var passed for prop spacing, ...
enhancement
Davydhh
- 3
- Opened on Oct 4, 2023
- #35

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.