Skip to content
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

fix: footer #28

Merged
merged 1 commit into from
Mar 21, 2023
Merged

fix: footer #28

merged 1 commit into from
Mar 21, 2023

Conversation

subfuzion
Copy link
Member

@subfuzion subfuzion commented Mar 21, 2023

Fix for production / docker build lint error:

$ npm run build
. . .
#16 4.794 ./src/pages/index.tsx:28:14
#16 4.794 Type error: 'Footer' cannot be used as a JSX component.
#16 4.794   Its return type 'Element | undefined' is not a valid JSX element.
#16 4.794     Type 'undefined' is not assignable to type 'Element | null'.
#16 4.794 
#16 4.794   26 |             <GameControls />
#16 4.794   27 |             <Inventory />
#16 4.794 > 28 |             <Footer />
#16 4.794      |              ^
#16 4.794   29 |           </>
#16 4.794   30 |         )}
#16 4.794   31 |       </main>

@subfuzion subfuzion requested a review from LukeSchlangen March 21, 2023 08:13
@LukeSchlangen LukeSchlangen merged commit 6aaa956 into main Mar 21, 2023
@LukeSchlangen LukeSchlangen deleted the fix/footer branch March 21, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants