Sorry. I realized why in both cases it says from 'react-dom';.
It’s most likely related to compatibility with React v17.
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
I took the liberty of modifying your code in ReactComponent.js, and after that the version
Code:<tabs>
Last edited by Hirn; 12 Sep 2025, 01:09.
Leave a comment:
-
Here’s an example of using conditions in JSX from your documentation, and I used it similarly.
https://smartclient.com/smartclient-relea...
Leave a comment:
-
With this construction, when isTabs == false, I get an error in the browser console.
Code:{isTabs &&
Leave a comment:
-
REAC import from 'react-dom'
I noticed in the file isomorphic/react/core/SC.js the following imports:
Code:import ReactDOM from 'react-dom'; import RDClient from 'react-dom';
Last edited by Hirn; 9 Sep 2025, 23:47.
-
I get the following error
Code:_5.add is not a function TypeError: _5.add is not a function at _3.isc_Canvas_addChild [as addChild] (http://localhost:3000/shared/isomorphic/system/modules/ISC_Core.js:3877:366)
Leave a comment:
-
REACT create TabSet
I’m trying to create a TabSet in React with dynamically created Tabs.
Here’s my simple example:
Code:<TabSet ID="templatesTabSet"
Last edited by Hirn; 3 Sep 2025, 06:20.
-
For me, this is not a solution to the problem, since we are also developing for mobile devices, and there are many cases where the scrollbar on the <body>...Last edited by Hirn; 30 Aug 2025, 08:07.
Leave a comment:
-
But after the first appearance of a Hover in the Timeline, all Hovers from the TreeGrid also start tracking mouse movements and updating the coordinates...
Leave a comment:
-
I solved the issue with limiting the Hover height by restricting the height of the description field through CSS.
However, I’m concerned that...Last edited by Hirn; 30 Aug 2025, 01:23.
Leave a comment:
-
Here is one of the examples that I return from the getEventHoverHTML function.
Code:<TABLE BORDER=0 CELLSPACING=0 CLASS='hoverDetailBlock'
Leave a comment:
-
I have the following functions defined in my custom DataSource:
getHoverComponent
getHoverHTML
Code:static setFieldToDisplay =
Leave a comment:
-
-
Timeline error in hover component
When using a custom Hover in the Timeline via the getTaskHoverHTML function, I noticed (through the browser’s devTools) that after mouseout the...
-
I don’t want to sound like a smart-aleck or a know-it-all, but in the code of the cancelEditing function, the snippet
Code:if (this.eventEditor
Leave a comment:
-
-
TimeLine custom showEventEditor error in display the component
When overriding the showEventEditor function in TimeLine, a grid rendering issue appears if I, for any reason, refuse to create a new event.
The...
-
As I already wrote in the first post, the issue occurs only in the Chrome browser. In all other browsers everything works correctly....
Leave a comment:
-
Unfortunately, the issue occurs for dozens of users, and all of them have different computers and browser settings.
As I already mentioned above......
Leave a comment:
No activity results to display
Show More
Leave a comment: