Skip to content

Added example app for debugging and testing purposes - #7

Merged
EmilianoSanchez merged 3 commits into
developmentfrom
example_for_tests_and_debugging
Jul 23, 2021
Merged

Added example app for debugging and testing purposes#7
EmilianoSanchez merged 3 commits into
developmentfrom
example_for_tests_and_debugging

Conversation

@EmilianoSanchez

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread example/babel.config.js Outdated
@@ -0,0 +1,17 @@
const path = require('path');
const pak = require('../package.json');

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a suggestion: pak => pkg 😬

Comment thread example/src/App.tsx Outdated

const config = {
core: {
authorizationKey: 'CLINT-SIDE-API-KEY',

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: CLINT => CLIENT

Comment thread example/src/App.tsx
let hasTimedout = false;
client.once(client.Event.SDK_READY_TIMED_OUT, () => { hasTimedout = true; });

// const Section: React.FC<{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this commented code necessary to be left here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just keeping in case I decide to use it later.

@EmilianoSanchez
EmilianoSanchez merged commit 3db2660 into development Jul 23, 2021
@EmilianoSanchez
EmilianoSanchez deleted the example_for_tests_and_debugging branch May 24, 2022 19:12
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