Closed av-k closed 10 months ago
thanks @av-k this gave me the push to finish converting the project to TS.
I published a new release just a minute ago v3.0.2 which I believe should resolve this issue. If you get a second can you please confirm.
@hxf31891 the changes looks good to me :rocket: import works properly and the warning is gone.
Thank you!
@av-k thanks for taking a peak. Glad to have another pair of eyes on it.
Library version: 2.3.5 React version: 18.2.0 Environment: Linux workstation 6.6.8-200.fc39.x86_64 x86_64 GNU/Linux
If we'll take a look at the basic example we see:
If we'll try to use the same or similar code in the build we see the next warning in the IDE console:
Also while using unit-tests I have been starting getting errors while calling the nested DOM elements from the rendered Component.
The cause of that is import:
it returns:
it means for the proper way we should use the syntax like that:
Please actualize the documentation for change imports.