-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Everything is mostly working but: - Leva is weirdly small. Waiting until they get things working on R18 here. pmndrs/leva#330
- Loading branch information
1 parent
a82c228
commit aee1a6e
Showing
33 changed files
with
285 additions
and
249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
{ | ||
"presets": ["next/babel"], | ||
"plugins": ["glsl"] | ||
"presets": [ | ||
"next/babel" | ||
], | ||
"plugins": [ | ||
"glsl", | ||
"module:@react-three/babel" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import React, { PropsWithChildren } from 'react'; | ||
|
||
// Bypassing a type issue until fixed. | ||
// https://github.com/rmariuzzo/react-new-window/issues/118 | ||
declare module 'react-new-window' { | ||
import { INewWindowProps } from 'react-new-window'; | ||
|
||
export default class NewWindow extends React.PureComponent< | ||
PropsWithChildren<INewWindowProps> | ||
> {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.