reflex-dev / reflex-ag-grid

7 stars 0 forks source link

auto_size_strategy in AgGrid doesn't work because of typo #18

Open bertbarabas opened 2 days ago

bertbarabas commented 2 days ago

Describe the bug A clear and concise description of what the bug is.

ag_grid.py has a typo in the definition of AgGrid for auto_size_strategy. In the code it is spelled auto_size_stragegy

To Reproduce Take a look at: auto_size_stragegy: rx.Var[dict] = {}

Expected behavior Code should be: auto_size_strategy : rx.Var[dict] = {}

Specifics (please complete the following information):

Additional context Add any other context about the problem here.

linear[bot] commented 2 days ago

ENG-3965 auto_size_strategy AgGrid doesn't work because of typo