mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
React 19
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -332,7 +332,9 @@ export function PollCreateModal({
|
||||
{options.map((option, index) => (
|
||||
<div key={option.id}>
|
||||
<AutoSizeTextArea
|
||||
ref={el => optionRefsMap.current.set(option.id, el)}
|
||||
ref={el => {
|
||||
optionRefsMap.current.set(option.id, el);
|
||||
}}
|
||||
i18n={i18n}
|
||||
moduleClassName="PollCreateModalInput"
|
||||
value={option.value}
|
||||
|
||||
Reference in New Issue
Block a user