You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, im working with iframe in tabs in my app. Every iframe is a separately react app. So I have a problem that when I leave from my tab with truncates components like that to another tab
It's wrong only with prop 'width', If it prop have a value, the app will be crushed. So, I really confused about it.
p.s. my truncate cells will rerender sometimes because the new data can be uploaded anytime
The text was updated successfully, but these errors were encountered:
Sindr0me
changed the title
Truncate get error on 'width' prop when i change the tab
Truncate get error on 'width' prop when my app still work in another tab like keep-alive component
Aug 13, 2020
Hi, im working with iframe in tabs in my app. Every iframe is a separately react app. So I have a problem that when I leave from my tab with truncates components like that to another tab
My app still works and has crashed with an error like this when the component has rerendered with newly uploaded data
Uncaught
Exception { name: "NS_ERROR_FAILURE", message: "", result: 2147500037, filename: "webpack-internal:///./node_modules/react-truncate/lib/Truncate.js", lineNumber: 182, columnNumber: 0, data: null,
It's wrong only with prop 'width', If it prop have a value, the app will be crushed. So, I really confused about it.
p.s. my truncate cells will rerender sometimes because the new data can be uploaded anytime
The text was updated successfully, but these errors were encountered: