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
Please specify what version of the library you are using: [1.17.0 , but it was not working also on version 1.15.2 ]
Expected / Desired Behavior / Question
Webpart work in all use cases as it should and render the content
Observed Behavior
Im facing issue with webpart build currently on top of spfx 1.17.2
webpart is quite simple - get some data from list and render them to user, its working normally in typical use cases, but in some use case it is throwing following error on page
Steps to Reproduce
one buggy scenario is:
open new browser tab
open some page different than root - like tenant.com/sites/somepage
click on company logo, which results in redirection to root home page - like tenant.com
webpart on page shows the error above
if there is some different approach, like try it on same tab and not open a new one - its working
We are also having this issue. Twice now for the past 6 months. Seems to be related to different versions of ultimately the react-ace package being loaded (e.g. by 2 different SPFx solutions). Hopping between pages that have the different versions triggers this.
[email protected] and [email protected] seemed to have this conflicting set of sub dependencies on react-ace. Don't know if anyone can concur?
Anyone has any clue on how to prevent / solve this? We finally managed to fix it by setting the 2 packages to equal versions, as we had control over both SPFx solutions.
What I'm wondering is: what if you can't control (or even determine) the version of react-ace of a custom SPFx solution implemented by another party? That might pose some issues when adding your own custom SPFx solution to the same tenant / site / page...
Category
Version
Please specify what version of the library you are using: [1.17.0 , but it was not working also on version 1.15.2 ]
Expected / Desired Behavior / Question
Webpart work in all use cases as it should and render the content
Observed Behavior
Im facing issue with webpart build currently on top of spfx 1.17.2
webpart is quite simple - get some data from list and render them to user, its working normally in typical use cases, but in some use case it is throwing following error on page
Steps to Reproduce
one buggy scenario is:
if there is some different approach, like try it on same tab and not open a new one - its working
code
there is my package.json
Thanks!
The text was updated successfully, but these errors were encountered: