Tomas Trescak

Results 42 issues of Tomas Trescak

Editor does not resize

With 12.1.x you receive a following error otherwise: ``` Invariant Violation: Could not find "client" in the context or passed in as an option. Wrap the root component in an...

1. Ability to show the key in the UI and sort by the key or translation 2. Ability to specify HTML translation as {{ mf ‘key’ }} which automatically names...

Hi, I tried to search for the solution between issues, but can't seem to find it. My problem is that the list of languages is empty and I have to...

Hi, I'm trying to run my tests in Typescript and I'm running into issue when wallaby is returning: `Postprocessor run failure: Failed to parse src/client/modules/comments/components/comment_list.tsx.compiled.js, SyntaxError: Unexpected token (8:23)` There...

Dears, thanks for this fantastic repo. I was wondering why do you install jasmine from custom repo and what are the changes that you performed. The file is currently here:...

The component originally tries to be accessible by adding aria-describedby by automatically generated id. This is a breaking behaviour as during SSR on the server, the id differs from the...

Thanks for this wonderful package. I have a question concerning handling of refs on form elements. How can I approach this? I need a value from the input control. Thanks!