brandontle / nextjs-with-atlaskit

Attempting to Use AtlasKit Editor with Next JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextJs with AtlasKit

This is a fork of Next.js TypeScript Starter Kit in an attempt to get AtlasKit Editor running with Next JS.

The relevant file is Home.tsx, where Editor is imported from the @atlaskit/editor-core package.

Currently, when attempting to run, the following error throws:

SyntaxError: Unexpected token export...
...
/Users/user/repos/nextjs-with-atlaskit/node_modules/@atlaskit/editor-core/index.js:2
export { name, version } from './version-wrapper';

Installation

git clone https://github.com/brandontle/nextjs-with-atlaskit
cd nextjs-with-atlaskit
yarn

🚀 Run Development

yarn start:dev # run

About

Attempting to Use AtlasKit Editor with Next JS

License:MIT License


Languages

Language:TypeScript 91.6%Language:JavaScript 6.8%Language:CSS 1.6%