-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table SDK component documentation shows an error #1163
Comments
I wonder if this has always been there since our last SDK update? Perhaps it's something the Nr1 Core Team can help us with. |
I'll see if the NR1 Core Hero can give us some direction here. |
Still waiting on a response... 😓 |
this is broken locally for me. it looks to be a react versioning issue, if I roll the react version we're using back to 16.13 the tables load just fine. the dev site upgraded to react 17 12 days ago so I'm thinking that's when we ran into this issue. I would think it was a version mismatch/issue with react-live which we're using to render these previews, but that appears to function normally for everything but tables, continuing to poke around |
@LizBaker interesting, how did the Developer Site get bumped to Reach 17? |
seems like it's part of the work to upgrade gatsby from v2 to v3, happened here #1160 |
Cool. It's nice that we are exploring the upgrade to Gastby V3 and I think it was something @jerelmiller did before he left the team. v3 is going to provide a lot of cool features for our sites. However if we find it's creating a lot of extra effort we may want to hold off on any V3 exploratory work and actually bucket some time for that in upcoming sprint. @zstix let me know what you think.
|
Its also possible the React upgrade fails because we are loading 2 versions of React as per this file: https://github.com/newrelic/developer-website/blob/develop/plugins/gatsby-source-newrelic-sdk/gatsby-ssr.js#L17-L26 We could try updating that to match the React version from |
Apologies, I clicked around the site a bunch when checking the React 17 upgrade and thought everything looked good, but didn't catch this particular case. |
@jerelmiller gave that version bump a try but no dice, maybe they haven't updated it? |
Moving back to |
got a chance to pair with Jerel and we nearly fixed it, but we encountered a bug with the newer versions of the sdk (which we need to use). that bug is being tracked in jira ( |
It sounds like from our discussions with the One Core Team this fix may be a ways out, so we have 3 options:
|
The core team said this |
Description
Doc information (don't delete this section)
Acceptance Criteria
The text was updated successfully, but these errors were encountered: