How do I get the wrapper/layout to work? #2097
Unanswered
joshua-d-brown
asked this question in
Q&A
Replies: 1 comment 6 replies
-
It sounds like it is working. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, I apologize for the lack of detail. I'm dealing with legacy code here, I didn't write it. This is the component that generates the JSX:
<Activity components={components} />
"Activity" is dynamically generated as a JS file with the activity module needed.
The problem I am having is that the package is generating a
<wrapper />
tag instead of a valid HTML tag like<div />
and I can't figure out how to change it. I have searched the discussions, I have read the docs, I have tried several different code examples, and nothing works. The version I am working with is 1.6.19. Any help would be appreciated. I will try to provide more detail if I can .Beta Was this translation helpful? Give feedback.
All reactions