Elise Hein
Elise Hein
@dcsan that does work fine. I have rather long lines in my scripts though and I'd much prefer splitting lines after the `=>` for readability.
+1 from me for `asdf`. Some of our projects on netlify use both ruby and node, and it would be nice to be able to specify both runtime versions in...
@andy-hook Thanks for the example! I'll be looking forward to this feature as well. Would you mind explaining why you set the list ref with `setState` rather than `useRef` in...
It would make sense to me if correct use of the two components is enforced. Thinking back to [your comment here](https://github.com/projectfluent/fluent.js/issues/498#issuecomment-646043376) even if it's possible for `LocalizedText` to handle simple...
> I don't think it should. Since one LocalizedElement corresponds to one Fluent message, I'm not sure what the correct behavior should be if there are more than one child....
Thanks, that clears it up for me! > I like the fact that this approach would document the expect usage through the names of the API themselves. Yes, that sounds...
Perhaps if the allowed markup includes only text-level tags, `` isn't as misleading? Would that list of tags strictly include only plain tags without attributes, or would localizers also be...
That all sounds good to me! Thank you for the background info, very interesting getting a look into how this API is evolving :)